From 31b49f48dcc63fd897d89e65bcd20f4788ca1aba Mon Sep 17 00:00:00 2001 From: leandro-rdz Date: Wed, 29 Nov 2023 17:53:48 +0100 Subject: [PATCH] Update css --- css/style.css | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 8101737..069a55b 100644 --- a/css/style.css +++ b/css/style.css @@ -12,7 +12,7 @@ body { position: fixed; width: 100%; height: 100%; - font-size: 10px; + font-size: 10px ; margin: 0; display: grid; place-items: center; @@ -20,11 +20,19 @@ body { } h1 { - font-size: 36px; - margin-top: 20px; + font-size: 120px; + margin-top: -200px; color: #4f3c68; } +.container{ + display: flex; + justify-content: center; + align-items: center; + flex-direction: column; + width: 100%; + margin-top: 200px; +} main { font-family: Speedbeast,Trebuchet, sans-serif, calibiri; } @@ -50,9 +58,7 @@ main { opacity: 1; transform: scale(1); } -#checkbox:not(:checked) + #formcontainer #form_input:required:valid ~ #form_toggle::before, #checkbox:checked + #formcontainer #form_input:required:valid ~ #form_toggle::before { - content: 'Thank You! \1F60A'; -} + #checkbox:not(:checked) + #formcontainer #form_input:required:valid ~ #form_toggle { pointer-events: none; cursor: default;