Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRicePot authored Nov 28, 2023
1 parent 0c2e3c0 commit 94889dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
html {
background-color: green;
background-color: black;
background-size: cover;
}
button {
Expand Down Expand Up @@ -64,7 +64,7 @@ display: block;overflow: hidden; border-style: inset; border-width: 2px;}

body {
text-align: center;
color: black;
color: green;
font-family: "Verdana", Sans-serif;
font-size: 20px;
}

0 comments on commit 94889dc

Please sign in to comment.