Skip to content

Instantly share code, notes, and snippets.

@RayyanNafees
Last active November 12, 2023 11:01
Show Gist options
  • Save RayyanNafees/65b9c873622bee613f1337e20977afd6 to your computer and use it in GitHub Desktop.
Save RayyanNafees/65b9c873622bee613f1337e20977afd6 to your computer and use it in GitHub Desktop.
Minimal CSS for making awesome content website
body {
margin: 40px auto;
max-width: 650px;
line-height:1.6;
font-size: 18px;
color: #444;
padding: 0 10px
}
h1,h2,h3{
line0height: 1.2;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment