Skip to content

Commit

Permalink
update style for GitHub Page
Browse files Browse the repository at this point in the history
  • Loading branch information
0x07CB committed Sep 19, 2024
1 parent 48b0a83 commit fba4024
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions assets/css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
/* assets/css/style.css */

body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: #f0f0f0;
}

header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
}

nav ul {
list-style: none;
padding: 0;
}

nav li {
display: inline;
margin: 0 10px;
}

nav a {
color: #fff;
text-decoration: none;
}

footer {
background-color: #333;
color: #fff;
text-align: center;
padding: 10px;
position: fixed;
width: 100%;
bottom: 0;
}

0 comments on commit fba4024

Please sign in to comment.