How to change the font style,colour,size | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to change the font style,colour,size

I am trying to change font style,colour,size but i cant be success, so can u guys help me out? Please. Is it font tag?

18th May 2020, 11:21 AM
Quazi Taneem Ahsan
1 Answer
+ 2
In your css file add the following in the tag of which you want to change font-style: serif; font-size: 25px; color: red; you will got your answer. e.g., you want to change of the tag <p> p{ font-style: serif; font-size: 25px; color: red; }
18th May 2020, 12:04 PM
Kashyap Kumar
Kashyap Kumar - avatar