0
How do you flip a paragraph and make it bold with color red
Transitions and transformations
3 Respuestas
+ 2
//Use this in css
p{
font-weight :bold ;
color:#ff0000;
}
0
Here is a javascript code to rotate and color the text. In the css part is the static way of doing it witch is commented.
https://code.sololearn.com/W6dpeec82mEq/?ref=app