Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
naganandy committed Feb 15, 2024
1 parent 615c8b7 commit 893c183
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions index.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
body {
font-family: 'Open Sans', sans-serif;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 20px;
}

h1, h2 {
color: #0056b3;
}

h1 a, h2 a, ul a {
color: #0056b3;
text-decoration: none;
}

h1 a:hover, h2 a:hover, ul a:hover {
text-decoration: underline;
}

ul {
list-style-type: none;
}

ul li {
margin-bottom: 10px;
}

a {
text-decoration: none;
}

a:hover {
color: #d9534f;
}

@media (max-width: 768px) {
body {
padding: 10px;
}
}

0 comments on commit 893c183

Please sign in to comment.