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;
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;