Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
App004 authored Oct 24, 2024
1 parent fb8cb26 commit 005e228
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions style.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
body {
background-color: greenyellow;
}
.button {
background-color yellow;
button {
background-color: yellow;
}
button:hover {
background-color: yellow;
}

0 comments on commit 005e228

Please sign in to comment.