+ 1
Html template
I need your help on my current html template codebit. How can I position the h1 under the logo?
5 Answers
+ 1
Try removing that float: left; at line 44
Next time please attach the code link in your thread's Description. That way people can simply get to it without having to open your profile page and look for the code.
https://www.sololearn.com/post/75089/?ref=app
+ 1
Ipang thank you. I didn't know how to paste it here
+ 1
<div style="display:block;">
<img src="your logo" alt="">
<p>your texte</p>
</div>
0
I changed the width and it worked
0
Younouss Boré thank you