Set the font-size of the h1 tag to 68px

Tell us what’s happening:

Your code so far


<style>


  
  
  
  
</style>
<h1>This is h1 text</h1>
<h2>This is h2 text</h2>
<h3>This is h3 text</h3>
<h4>This is h4 text</h4>
<h5>This is h5 text</h5>
<h6>This is h6 text</h6>

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 6.0.1; SM-J700H Build/MMB29K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.91 Mobile Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-visual-design/set-the-font-size-for-multiple-heading-elements/

Enter the css for all the headings inside these style tags.
For example for h1 :

h1{
  font-size: ....size of font here....
}

Does that help?

1 Like

Thank you so much @aditya_p

You are always welcome @Gudnex
And all the best for future challenges.:+1: