Update css

This commit is contained in:
leandro-rdz 2023-11-29 17:53:48 +01:00
parent 7f60fc5d71
commit 31b49f48dc

View file

@ -12,7 +12,7 @@ body {
position: fixed; position: fixed;
width: 100%; width: 100%;
height: 100%; height: 100%;
font-size: 10px; font-size: 10px ;
margin: 0; margin: 0;
display: grid; display: grid;
place-items: center; place-items: center;
@ -20,11 +20,19 @@ body {
} }
h1 { h1 {
font-size: 36px; font-size: 120px;
margin-top: 20px; margin-top: -200px;
color: #4f3c68; color: #4f3c68;
} }
.container{
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
width: 100%;
margin-top: 200px;
}
main { main {
font-family: Speedbeast,Trebuchet, sans-serif, calibiri; font-family: Speedbeast,Trebuchet, sans-serif, calibiri;
} }
@ -50,9 +58,7 @@ main {
opacity: 1; opacity: 1;
transform: scale(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 { #checkbox:not(:checked) + #formcontainer #form_input:required:valid ~ #form_toggle {
pointer-events: none; pointer-events: none;
cursor: default; cursor: default;