Skip to content

Instantly share code, notes, and snippets.

@alexandr-kazakov
Created November 10, 2016 10:30
Show Gist options
  • Save alexandr-kazakov/2bea8fdb1f11b05599d2c19fb291ec5b to your computer and use it in GitHub Desktop.
Save alexandr-kazakov/2bea8fdb1f11b05599d2c19fb291ec5b to your computer and use it in GitHub Desktop.
h1 { font-size: 24px;}
h2 { font-size: 22px;}
h3 { font-size: 18px;}
h4 { font-size: 16px;}
h5 { font-size: 12px;}
h6 { font-size: 10px;}
@yashpogra
Copy link

h1 { font-size: 2em;}
h2 { font-size: 1.5em;}
h3 { font-size: 1.17em;}
h4 { font-size: 1em;}
h5 { font-size: .83em;}
h6 { font-size: .75em;}
for more details for h1 to h6 tag please visit http://www.codeash.com/h1-to-h6-font-size-in-html/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment