0
How can I put text (headers, paragraphs etc.) under the picture because it automaticaly puts it next to picture if its small?
4 ответов
+ 2
CSS Layout - Horizontal & Vertical Align
https://www.w3schools.com/css/css_align.asp
+ 1
Where is your code for this so that we can accurately see what may need to be changed?
+ 1
You can trying putting your paragraphs and img in a div and then play with positioning.
0
<h2><i>Summary</i></h2>
<p> Begginer high school web developer.Have little knowledge about python and HTML coding languages.My main positive traits are hard-working and hard will to learn new things. </p>
<img src="https://cdn2.iconfinder.com/data/icons/avatars-99/62/avatar-370-456322-512.png" align="left" height=150 pixels width=40% />
<br />
<br />
<br />
<br />
<br />
<br />
<br />
<h2> Education </h2>
It's looking bit ugly like this