How can i make the first letter in a paragraph span two or 3 lines, and the lines flow accordingly, as it is in some news papers | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can i make the first letter in a paragraph span two or 3 lines, and the lines flow accordingly, as it is in some news papers

12th Sep 2019, 4:52 PM
Andrew Okiemute
Andrew Okiemute - avatar
2 Answers
+ 3
Use little bits of css and you will find the solution. p: first-letter{ font-size:50px }
13th Sep 2019, 11:22 AM
Dushyant Kumar Tyagi
Dushyant Kumar Tyagi - avatar
+ 2
Hello, I start html and css so i am not sure for respond. I think you need to do 2 element p with selector class or id and after with css you change the position and decoration. I hope to have helped you
13th Sep 2019, 12:02 AM
Mordred
Mordred - avatar