@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;
|
|
|
|
}
|
|
|
|
header{
|
|
background: #EAD945;
|
|
padding: 24px 40px;
|
|
top: 0;
|
|
right: 0;
|
|
left: 0;
|
|
position: fixed;
|
|
}
|
|
|
|
main{
|
|
margin: 24px 40px;
|
|
padding-top:160px;
|
|
}
|
|
|
|
main table{
|
|
margin: auto;
|
|
width: 100%;
|
|
background: #edce73;
|
|
border-radius: 12px;
|
|
|
|
}
|
|
|
|
main form{
|
|
margin-top:50px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label:last-child{
|
|
font-weight:600;
|
|
color:red;
|
|
}
|
|
|
|
|
|
|
|
input["checkbox"]{
|
|
width: 16px;
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
/* button{
|
|
background: white;
|
|
font-size: 19px;
|
|
margin-top: 45px;
|
|
border: none;
|
|
width: 100%;
|
|
height: 40px;
|
|
} */
|
|
|
|
div.form__infor{
|
|
margin-top: 10px;
|
|
padding-top: 10px;
|
|
background:"pink";
|
|
}
|
|
|
|
footer{
|
|
margin-top: 20%;
|
|
padding:10% 10%;
|
|
text-align: center;
|
|
background:chocolate;
|
|
|
|
}
|