diff --git a/circle.svg b/circle.svg new file mode 100644 index 0000000..a2d02fb --- /dev/null +++ b/circle.svg @@ -0,0 +1,62 @@ + + diff --git a/index.html b/index.html index 9903365..2b44c8d 100644 --- a/index.html +++ b/index.html @@ -11,16 +11,33 @@ src: url(moderat.otf); } body { + margin: 0; font-family: moderat, sans-serif; } + header { + display: flex; + flex-direction: column; + align-items: center; + justify-content: center; + min-height: 100vh; + background-image: url(circle.svg); + background-position: left top; + background-repeat: no-repeat; + background-size: auto 70%; + text-align: center; + } + header h1 { font-size: 5em } + header p { font-size: 2em }
-Tady se dozvíš nejnovější informace jak jsme na tom!
- Aktualizováno xx.5.2021 v xx hodin. +Aktualizováno xx.5.2021 v xx hodin.
+