You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

96 lines
2.0 KiB

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
html{
body{
margin: 0;
background:#e6e6e6;
}
*{
font-family:"Roboto", sans-serif;
}
}
body{
header{
background-color: #EAD945;
position: fixed;
padding: 24px 40px;
top: 0;
right: 0;
left: 0;
}
main{
margin: 24px 40px;
padding-top:160px;
table{
margin: auto;
width: 100%;
background: #edce73;
border-radius: 12px;
}
form{
&__infor{
margin-top: 10px;
padding-top: 10px;
padding-bottom: 10px;
//label do checkbox
label:last-child{
font-weight:600;
color:red;
}
#check{
width: 16px;
height: 16px;
}
&__label{
font-size: 18px;
}
&__input{
width: 275px;
height: 30px;
background: whitesmoke;
border-radius: 4px;
border:none;
margin-top: 3px;
}
}
margin-top:50px;
button{
background: white;
font-size: 19px;
letter-spacing: 2.2px;
margin-top: 45px;
border: none;
width: 100%;
height: 40px;
}
}
}
footer{
margin-top: 20%;
padding:10% 10%;
text-align: center;
background:chocolate;
}
}