Skip to content

Instantly share code, notes, and snippets.

@yozaira
Created February 19, 2015 20:01
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
body {
font-family: "Verdana",sans-serif;
font-size: 16px;
font-style: normal;
color: #666;
}
.container {
line-height: 2;
}
.side-content {
margin-top: 22px;
}
.main-title {
font-size: 48px;
font-weight: 400;
margin-top: 45px;
}
.article-title {
font-size: 24px;
color: #f07c17;
font-weight: 700;
padding-bottom: 20px;
}
.features {
border: 1px solid #ccc;
padding: 0px 30px 30px;
margin: 29px auto 20px;
}
.features-title {
font-size: 24px;
color: #f07c17;
font-weight: 700;
margin: 30px 0px 29px;
}
.mockup-overlay {
top: 0;
position: absolute;
z-index: -1;
opacity: 0.4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment