Skip to content

Instantly share code, notes, and snippets.

@sulemani39
Created October 22, 2024 14:00
Show Gist options
  • Save sulemani39/dee954e6bca698020497f10bcb108f6b to your computer and use it in GitHub Desktop.
Save sulemani39/dee954e6bca698020497f10bcb108f6b to your computer and use it in GitHub Desktop.
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background-color: f4f4f4;
}
h1 {
color: 333;
}
p {
color: 666;
line-height: 1.5;
}
a {
color: blue;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment