+ 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
2 odpowiedzi
+ 3
Use little bits of css and you will find the solution.
p: first-letter{ font-size:50px }
+ 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