Last active
January 30, 2016 20:40
-
-
Save rafidude/8d0eddd2b7c4664bf7e4 to your computer and use it in GitHub Desktop.
Minimal Style for a naked site
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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