Skip to content

Instantly share code, notes, and snippets.

@painteddigital
Created September 26, 2014 17:48
Show Gist options
  • Save painteddigital/4fd0eca96063d6c71704 to your computer and use it in GitHub Desktop.
Save painteddigital/4fd0eca96063d6c71704 to your computer and use it in GitHub Desktop.
<html>
<head>
<style type="text/css">
body{
font-size: 100%; /* 16px */
}
h1{
font-size: 2rem; /* 32px */
}
h2{
font-size: 1.5rem; /* 24px */
}
h3{
font-size: 1.3rem; /* 21px */
}
h4{
font-size: 1rem; /* 16px */
}
h5{
font-size: 0.875rem; /* 14px */
}
</style>
</head>
<body>
<h1>This is an h1</h1>
<h2>This is an h2</h2>
<h3>This is an h3</h3>
<h4>This is an h4</h4>
<h5>This is an h5</h5>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment