Skip to content

Instantly share code, notes, and snippets.

@radarin
Last active October 16, 2017 19:02
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 radarin/216a0a37367ccd7bbb5962c1150a1544 to your computer and use it in GitHub Desktop.
Save radarin/216a0a37367ccd7bbb5962c1150a1544 to your computer and use it in GitHub Desktop.
Title Tag H1-H6
<style type="text/css">
h1 {
color: #000000;
font-size: 48px;
}
h2 {
color: #000000;
font-size: 36px;
}
h3 {
color: #000000;
font-size: 30px;
}
h4 {
color: #000000;
font-size: 24px;
}
h5 {
color: #000000;
font-size: 18px;
}
h6 {
color: #000000;
font-size: 16px;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment