Fill in the blanks to make the first letter of the paragraph 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
- 1

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; }

3rd Mar 2020, 10:51 AM
sairaj rasam
sairaj rasam - avatar
3 Answers
+ 1
p { transform:rotate(180 deg); } p::first-letter { color:red; font-weight:bold; } You can just start the css lesson again and revise the concept of each thing used like property transform, color, font-weight etc. https://www.sololearn.com/Course/CSS/?ref=app
3rd Mar 2020, 11:03 AM
DishaAhuja
DishaAhuja - avatar
0
9th Apr 2021, 11:51 PM
Mohammed Bilal Aziz
Mohammed Bilal Aziz - avatar
0
Q
9th Apr 2021, 11:51 PM
Mohammed Bilal Aziz
Mohammed Bilal Aziz - avatar