Skip to content

Commit

Permalink
fixed margin and font
Browse files Browse the repository at this point in the history
  • Loading branch information
izzyg770 committed Jan 30, 2024
1 parent 2230564 commit 2458024
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,8 +1,8 @@
body {
font-family: 'Arial', Verdana, sans-serif;
font-family: 'Arial', Verdana;
background-color: #000000;
color: #ffffff;
margin: 20px 20px 20px 0px;
margin: 20px 20px 0px 20px;
}

h1 {
Expand Down

0 comments on commit 2458024

Please sign in to comment.