Skip to content

Commit

Permalink
update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
SUSP8129 authored Oct 14, 2024
1 parent 99c8465 commit 5e90ce7
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,37 +71,28 @@
padding-top: 10px;
}

.seventh {
background-color: brown;
color: white;
}

.seven {
padding-top: 10px;
}

.button01 {
background-color: green;
color: white;
color: black;
padding: 10px 30px;
text-decoration: none;
font-size: 1em;
}
.button01:hover {
color: grey;
color: white;
opacity: 0.8;
}


.button02 {
background-color: blue;
color: white;
color: black;
padding: 10px 30px;
text-decoration: none;
font-size: 1em;
}
.button02:hover {
color: grey;
color: white;
opacity: 0.8;
}

Expand All @@ -117,6 +108,16 @@
opacity: 0.8;
}

.seventh {
background-color: brown;
color: white;
}

.seven {
padding-top: 10px;
}


.final {
background-color: wheat;
}
Expand Down

0 comments on commit 5e90ce7

Please sign in to comment.