Relativo ao trabalho da aula de linux, HTML , CSS
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.
 
 

34 lines
397 B

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');
html,body{
margin: 0;
}
*{
font-family:"Roboto", sans-serif;
}
header{
background: #EAD945;
padding: 24px 40px;
}
main{
margin: 24px 40px;
}
main table{
margin: auto;
width: 100%;
background: #edce73;
border-radius: 12px;
}
footer > p{
margin: auto;
width: 100%;
}