+ 2
How do I position my text?
I would like to make it so my p element wraps around my image and us across from it. I also want better line spacing. Does anyone have tips? https://code.sololearn.com/W6GEd4Z20MOx/?ref=app
2 Respuestas
+ 1
CSS line-height property for the line spacing if I've understood what you mean.
+ 3
use float on the image so the text wraps around it. for line spacing use the css spacing property