Skip to content

Instantly share code, notes, and snippets.

@ZakharDay
Last active August 29, 2015 14:24
Show Gist options
  • Save ZakharDay/365c02f17199715c9211 to your computer and use it in GitHub Desktop.
Save ZakharDay/365c02f17199715c9211 to your computer and use it in GitHub Desktop.
h1 {
margin-top: 213px;
margin-bottom: 229px;
font-size: 60px;
font-weight: bold;
text-align: center;
letter-spacing: -2.4px;
}
h2 {
margin-top: 44px;
font-size: 35px;
font-weight: bold;
letter-spacing: -0.4px;
}
h3 {
margin-top: 60px;
text-align: left;
font-size: 31px;
font-weight: normal;
color: rgba(0,0,0,0.44);
}
p, li {
margin-bottom: 30px;
font-size: 22px;
line-height: 1.5;
letter-spacing: 0.16px;
}
p {
margin-top: 30px;
}
p:first-of-type {
margin-top: 229px;
}
h2 + p {
margin-top: 8px;
}
b {
font-weight: bold;
}
a {
color: black;
}
ul {
margin-top: 32px;
margin-left: 30px;
}
ul {
list-style-type: disc;
}
li {
margin-bottom: 14px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment