Browse Source

Estilizando o footer do projeto Triplo-X - curso html

master
bianca-maria 3 years ago
parent
commit
325270fef3
1 changed files with 10 additions and 3 deletions
  1. +10
    -3
      estilos.css

+ 10
- 3
estilos.css View File

@ -27,8 +27,15 @@ main table{
}
form label{
font-size:18px;
}
footer > p{
margin: auto;
width: 100%;
footer{
margin-top: 20%;
padding:10% 10%;
text-align: center;
background:chocolate;
}

Loading…
Cancel
Save