Skip to content

Instantly share code, notes, and snippets.

@Pavelovich
Created November 30, 2014 07:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pavelovich/42acd156083262fe9b7b to your computer and use it in GitHub Desktop.
Save Pavelovich/42acd156083262fe9b7b to your computer and use it in GitHub Desktop.
/*
* Design by Sasha Pavelovich
* Includes some elements and colors from atom.io
* Except for a few hex color values, this
* stylesheet contains my own work.
*
* Intended as a simple, CSS webpage template
* Available under MIT license, copyright (c) 2014
*
*/
body {
width: 80%;
background: #efeae1;
margin: 0 auto;
font-family: Arial, Helvetica, sans-serif;
color: #66595c;
padding-top: 20px;
}
a {
color: #40a977;
text-decoration: none;
}
h1,h2,h3,h4,h5 {
padding-left: 30px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment