Skip to content

Instantly share code, notes, and snippets.

@rafidude
Last active January 30, 2016 20:40
Show Gist options
  • Save rafidude/8d0eddd2b7c4664bf7e4 to your computer and use it in GitHub Desktop.
Save rafidude/8d0eddd2b7c4664bf7e4 to your computer and use it in GitHub Desktop.
Minimal Style for a naked site
<style type="text/css">
body {
margin:40px auto;
max-width:650px;
line-height:1.6;
font-size:18px;
color:#444;
padding:0 10px
}
h1,h2,h3{line-height:1.2}
</style>
source: http://bettermotherfuckingwebsite.com/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment