Answer the question below | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 3

Answer the question below

Fill in the blanks to make the first letter of the paragraph red and bold. Also, flip the paragraph upside down. p { :rotate(180deg); } p:: { : red; : bold; }

25th Dec 2016, 7:26 PM
Bakary
10 Answers
+ 7
p { transform:rotate(180deg); } p::first-letter { color:red; font-weight:bold; }
25th Dec 2016, 7:28 PM
visph
visph - avatar
+ 1
.filtered { filter: hue-rotate (80 deg ); }
22nd Mar 2020, 12:00 AM
kamel jlassi
kamel jlassi - avatar
0
p { transform:rotate(180deg);} p::first-letter{ color:red; font-weight: bold; }
5th Apr 2018, 3:57 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
filtered { filter: hue-rotate (80 deg); }
30th Sep 2021, 12:56 PM
Dilip Vishwakarma
Dilip Vishwakarma - avatar
- 1
p { transform :rotate(180deg); } p:: firts-letter{ color: red; font-weight : bold; }
11th Sep 2018, 9:57 AM
RAJ KUMAR SEPAT
RAJ KUMAR SEPAT - avatar
- 1
filtered { filter: hue-rotate (80 deg ); }
19th Jan 2020, 7:44 AM
Rohit Yadav
Rohit Yadav  - avatar
- 1
.filtered { filter: hue-rotate (80 deg ); }
13th Aug 2020, 4:38 PM
Bahodirov Akbarjon
- 1
.filtered { filter: hue-rotate (80 deg ); }
13th Aug 2020, 4:39 PM
Bahodirov Akbarjon
- 1
.filtered { filter: hue-rotate (80 deg ); }
7th Nov 2020, 11:39 AM
Mohamed jmail ben abdallah
- 5
Fill in the blanks to rotate the hue by 80 degrees. .filtered { filter: (80 ); }
13th Jan 2020, 9:28 AM
Chalista Vania