Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
burnt-exe authored Oct 13, 2024
1 parent 5b3776f commit 910c952
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@
body {
font-family: Arial, sans-serif;
line-height: 1.6;
color: #333;
color: #fcfcfc;
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: #f4f4f4;
}
header {
background-color: #333333;
color: #ecf0f1;
color: #fcfcfc;
padding: 1rem;
text-align: center;
}
h1, h2, h3 {
color: #2c3e50;
color: #fcfcfc;
}
.content {
margin-top: 2rem;
Expand Down

0 comments on commit 910c952

Please sign in to comment.