Skip to content

Instantly share code, notes, and snippets.

@helinsv
Last active May 31, 2019 12:28
Show Gist options
  • Save helinsv/b414a45f73628adf844f5018660a7f1c to your computer and use it in GitHub Desktop.
Save helinsv/b414a45f73628adf844f5018660a7f1c to your computer and use it in GitHub Desktop.
html, body, table, tbody, tr, td, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
}
body {
margin: 0;
padding: 0;
font-size: 0;
line-height: 0;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
table {
border-spacing: 0;
mso-table-lspace: 0pt;
mso-table-rspace: 0pt;
}
td {
border-collapse: collapse;
}
img {
-ms-interpolation-mode: bicubic;
}
h1, h2, h3, h4, h5, h6 {
font-family: Arial;
}
h1 {
font-size: 28px;
line-height: 32px;
padding-top: 10px;
padding-bottom: 24px;
}
h2 {
font-size: 24px;
line-height: 28px;
padding-top: 10px;
padding-bottom: 20px;
}
h3 {
font-size: 20px;
line-height: 24px;
padding-top: 10px;
padding-bottom: 16px;
}
p {
font-size: 16px;
line-height: 20px;
font-family: Georgia, Arial, sans-serif;
}
.container600 {
width: 600px;
}
a,a:link,a:visited,a:hover,a:active {
color: #000000;
text-decoration: none;
}
@media all and (max-width: 599px) {
.container600 {
width: 100%;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment