- 1
<p>
While adding second paragraph with new <p> its content is appearing combined with first paragraph like mixed in one space. Help!
5 Réponses
+ 2
You may need to show us the code to get us to understand how to fix it.
+ 1
you missed to close a div tag you have use 2 div 1 for home and 2 before img but close only one
after that about section start.
i think it is due to that, you have that bug fix it and css accordingly
0
Use
margin-top:1em; for 2nd p
And can add text-indent:20%;
0
Avoid using psition:absolute; if you can't control elements wrt #p0