Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
zaeli043 authored May 6, 2024
1 parent 396e617 commit b196661
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions lavacar.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,17 @@ padding: 55px 0;
box-sizing: border-box;
border: 2px solid #531dcf;
border-radius: 10px;
}

.produtos Li:hover{
border-color: coral;
font-size: 40px;
}
.produtos Li:active{
border-color: darkgreen;
font-size: 40px;
}
.produtos h2{
font-size: 30px;
font-weight: bold;
}

0 comments on commit b196661

Please sign in to comment.