Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
0x4b564b authored Jul 29, 2024
1 parent 4cee536 commit d3a3334
Showing 1 changed file with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
body {
font-family: 'Arial', sans-serif;
background-color: #111;
color: #fff;
margin: 0;
padding: 0;
}

header {
background-color: #282c34;
padding: 20px;
text-align: center;
}

header h1 {
margin: 0;
font-size: 2.5em;
}

header p {
margin: 0;
font-size: 1.2em;
}

main {
padding: 20px;
}

section {
margin-bottom: 40px;
}

section h2 {
border-bottom: 2px solid #61dafb;
padding-bottom: 10px;
}

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

section ul li {
background: #20232a;
margin: 5px 0;
padding: 10px;
border-radius: 5px;
}

footer {
background-color: #282c34;
padding: 10px;
text-align: center;
}

0 comments on commit d3a3334

Please sign in to comment.