Skip to content

Instantly share code, notes, and snippets.

@auneri
Last active June 28, 2021 09:14
Show Gist options
  • Star 11 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save auneri/8ea1474c52b0f8a1f9f7 to your computer and use it in GitHub Desktop.
Save auneri/8ea1474c52b0f8a1f9f7 to your computer and use it in GitHub Desktop.
Better motherfucking website template.
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
h1, h2, h3 {
line-height: 1.2;
}
body {
margin: 40px auto;
max-width: 650px;
line-height: 1.6;
font-size: 18px;
color: #444;
padding: 0 10px;
}
</style>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment