How to make font bigger than h1 tag | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How to make font bigger than h1 tag

21st Feb 2017, 4:56 PM
Arun
Arun - avatar
4 Answers
+ 6
in html you will have to add <h1 style=font-size:200px>
21st Feb 2017, 5:22 PM
shashi prakash
shashi prakash - avatar
0
Just add: h1 { font-size: 150%; // makes font bigger on 50% }
21st Feb 2017, 4:58 PM
Yurii Zadorozhnyi
Yurii Zadorozhnyi - avatar
0
Or add size in pixels how many how you want: h1 { font-size: 100px; // makes font size 100px }
21st Feb 2017, 5:00 PM
Yurii Zadorozhnyi
Yurii Zadorozhnyi - avatar
0
You can modify de font-size in your css to the size that you want... =)
21st Feb 2017, 6:37 PM
Pamela Santos
Pamela Santos - avatar