0
Fill in the blanks to make the first letter of the paragarph red and bold . Also.flip the paragraph upside down .
p{ ......................:rotate ( 180 deg) p:: ..….....................{ ..............................:red ............................. :bold }
5 Respuestas
+ 2
next time read the tutorial
transform
first-letter
color
font-weight
+ 1
color: red;
font-weight: bold
0
p {
transform:rotate(180deg);}
p::first-letter{
color:red;
font-weight: bold;
}
0
Fill in the blanks to make the text of all h1 elements bold, red and 14px:
h1
{
font-size:
14
px;
font-
weight
: bold;
color
: red;
}
- 1
I don,t now it Answer please