Skip to content

Commit

Permalink
added hover over links and buttons and flex-wrap around boxes
Browse files Browse the repository at this point in the history
  • Loading branch information
Shine1i committed Sep 11, 2022
1 parent 4056bd9 commit fc3afa8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,14 @@ img {

}


.header a {
text-decoration: none;
color: white;
}
.header a:hover{
color: gray;
}

/*hero section style*/
.hero {
Expand Down Expand Up @@ -65,6 +69,9 @@ button {
font-weight: bold;
font-size: small;
}
button:hover{
background-color: #3882f6;
}

/*boxes style*/
#title {
Expand All @@ -73,6 +80,7 @@ button {

.boxes {
display: flex;
flex-wrap: wrap;
gap: 32px;
align-items: center;
justify-content: center;
Expand Down

0 comments on commit fc3afa8

Please sign in to comment.