Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
Anaclarafarkoski authored Nov 14, 2023
1 parent bfbf977 commit 8f48e82
Showing 1 changed file with 32 additions and 7 deletions.
39 changes: 32 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,16 +1,41 @@
.imagem{
width: 500px;
}

nav{

font-size: 30px;
}

nav li{
display: inline-flex;
margin-left:30%;
}

nav li:hover{

color: red;
font-size: 35px;
transition: 0.8s;

}



body {
background: #1ed7d4
background-color: #0bc7c4
}

h1 {
text-align: center;
color: chartreuse ;
}
}

.centro{

p {
text-align: center;
font-family:Cambria,Cochin,Georgia,Times,'Times New Roman',Serif;

}


em strong {
color: #FF0000;
}

1 comment on commit 8f48e82

@vercel
Copy link

@vercel vercel bot commented on 8f48e82 Nov 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.