Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
ThauaneVargas authored Mar 16, 2024
1 parent bbba13c commit e4f6fab
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
.foto-perfil{
border-radius: 90%;
max-width: 600%;
border: 3px solid pink;
}

body{
background-color:moccasin ;
}
html {
font-size: 10px; /* px significa "pixels": o tamanho da fonte base é agora de 10 pixels */
font-family: "Open Sans", sans-serif; /* este deve ser o nome da fonte que você obteve no Google Fonts */
}
h1 {
font-size: 60px;
text-align: center;
}

p,
li {
font-size: 16px;
line-height: 2;
letter-spacing: 1px;

}
img {
display: block;
margin: 0 auto;

}


0 comments on commit e4f6fab

Please sign in to comment.