Style paragraphs differently with CSS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Style paragraphs differently with CSS?

<!-- Center --> <p>~~This text is centered~~</p> How do i style each of these paragraphs with an external css? <!-- Bold --> <p>If we have something important to say, we can make it bold!</p> <!-- Change font --> <p>We can even change our font-family if we are feeling creative!</p> <!-- Multiple attributes --> <p>Try combining multiple attributes to make big, orange, bold text!</p>

5th Jun 2018, 2:43 PM
Zeppelin Fogarty
Zeppelin Fogarty - avatar
1 Answer
0
You havr to get refetence to they... Use id, class attributes or pseudo-class selector
5th Jun 2018, 2:53 PM
KrOW
KrOW - avatar