diff options
| author | Yuval Adam <_@yuv.al> | 2017-07-15 17:15:01 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2017-07-15 17:15:01 +0300 |
| commit | 756ce7b78fced879d77d00ae30e52b82f1cb2a0e (patch) | |
| tree | d5de0086ebc248a72a834862af2f02dca570a4ca /static/css | |
| parent | 85c7b17ff074cddc8dfa0eb4834f8c02f2c777a2 (diff) | |
Fonts testfonts
Diffstat (limited to 'static/css')
| -rw-r--r-- | static/css/style.css | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css new file mode 100644 index 0000000..0f4dec1 --- /dev/null +++ b/static/css/style.css @@ -0,0 +1,34 @@ +@font-face { + font-family: 'Patua One'; + font-style: normal; + font-weight: 400; + src: + local('Patua One'), + local('PatuaOne-Regular'), + url('static/fonts/Patua_One_400.eot?#iefix') format('embedded-opentype'), + url('static/fonts/Patua_One_400.woff') format('woff'), + url('static/fonts/Patua_One_400.woff2') format('woff2'), + url('static/fonts/Patua_One_400.svg#PatuaOne') format('svg'), + url('static/fonts/Patua_One_400.ttf') format('truetype'); +} + +body { + background: #56ab2f; + background: -webkit-linear-gradient(to top, #56ab2f, #a8e063); + background: linear-gradient(to top, #56ab2f, #a8e063); + display: flex; + justify-content: center; + align-items: center; + overflow: hidden; +} +div#app { + flex: 1; + height: 100vh; + text-align: center; +} +h1 { + font-family: "Patua One"; +} +div#link { + margin-top: 20px; +} |
