Arquivos do bootcamp netuno
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.
 
 

22 lines
267 B

h1 {
text-align: center;
text-transform: uppercase;
padding: 20px 10px 5px;
margin: 5px;
}
p {
margin: 1px 0px 30px;
text-align: center;
}
#div-img {
display: flex;
justify-content: center;
width: 100%;
}
img {
width: 200px;
height: 200px;
}