From 29ed26ca0d936f7c54105b46cb02c530244f85bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20P=C4=99dzich?= Date: Sun, 2 Jan 2022 14:50:22 +0100 Subject: [PATCH] CMR2 rebrand --- assets/css/style.css | 72 ++++++++++++++++++++------------------------ index.html | 37 +++++++++++------------ 2 files changed, 50 insertions(+), 59 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index f5559fd..8b839b0 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -1,39 +1,33 @@ -html, -body { - margin: 0; - padding: 0; - width: 100%; - height: 100%; -} - -body { - display: flex; - flex-direction: column; -} - -.frame { - flex-grow: 1; - background-color: #00309c; -} - -#welcome-container { - flex-grow: 5; - display: flex; - align-items: center; - justify-content: center; - font-family: Arial, Helvetica, sans-serif; - background: radial-gradient( - circle at left top, - rgb(249, 249, 249) 0%, - #5a7edc 25%, - #5a7edc 40%, - #5a7edc 100% - ); -} - -#welcome-text { - color: #fff; - text-shadow: 3px 4px 0px rgb(49, 81, 181); - font-size: 5rem; - font-weight: bold; -} +html, body { + width: 100vw; + height: 100vh; + overflow: hidden; +} + +body { + background-color: #408995; + color: #fcfcff; + font-family: Arial, Helvetica, sans-serif; + font-size: 48px; + display: flex; + justify-content: center; + align-items: center; +} + +@media (max-width: 450px) { + body { + font-size: 36px; + } +} + +div { + display: flex; + align-items: center; + padding: 0.25em; + border-right: 0.0625em solid #fcfcff; +} + +div:last-of-type { + border-right: none; + margin-right: 0.25em; +} diff --git a/index.html b/index.html index 72ee6cf..bd3fad1 100644 --- a/index.html +++ b/index.html @@ -1,20 +1,17 @@ - - - - - - - Maciej Pędzich - - - -
-
- soon -
-
- - + + + + + + + Maciej Pędzich + + + +
coming
+
soon
+ +