Skip to content

Commit

Permalink
Update and rename README.md to css/style.css
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqdda authored Dec 8, 2024
1 parent 0e8980e commit 45e2a14
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 74 deletions.
74 changes: 0 additions & 74 deletions README.md

This file was deleted.

37 changes: 37 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
body {
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 0;
padding: 0;
background-color: #f4f4f4;
}

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

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

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

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

footer {
text-align: center;
padding: 10px 0;
background: #333;
color: #fff;
margin-top: 20px;
}

0 comments on commit 45e2a14

Please sign in to comment.