Skip to content

Commit

Permalink
Create style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
appsyscode authored Dec 6, 2024
1 parent 8147f55 commit 8bd23ea
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}
header {
background-color: #333;
color: white;
text-align: center;
padding: 20px 0;
}
footer {
text-align: center;
padding: 10px;
background-color: #333;
color: white;
}

0 comments on commit 8bd23ea

Please sign in to comment.