Fill in the blanks to make the first letter of the paragarph red and bold . Also.flip the paragraph upside down . | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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 }

19th Dec 2016, 7:03 PM
Mohamed Mostafa Saper
Mohamed Mostafa Saper - avatar
5 Answers
+ 2
next time read the tutorial transform first-letter color font-weight
19th Dec 2016, 7:28 PM
Uran Kajtazaj
Uran Kajtazaj - avatar
+ 1
color: red; font-weight: bold
8th Aug 2018, 6:23 AM
Noor Hariz
Noor Hariz - avatar
0
p { transform:rotate(180deg);} p::first-letter{ color:red; font-weight: bold; }
5th Apr 2018, 3:59 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
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; }
18th Dec 2020, 3:44 AM
Jeevanantham P
Jeevanantham P - avatar
- 1
I don,t now it Answer please
19th Dec 2016, 7:04 PM
Mohamed Mostafa Saper
Mohamed Mostafa Saper - avatar