Html template | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Html template

I need your help on my current html template codebit. How can I position the h1 under the logo?

16th Feb 2022, 1:19 PM
Daphine Nzioka
Daphine Nzioka - avatar
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
16th Feb 2022, 2:47 PM
Ipang
+ 1
Ipang thank you. I didn't know how to paste it here
16th Feb 2022, 3:46 PM
Daphine Nzioka
Daphine Nzioka - avatar
+ 1
<div style="display:block;"> <img src="your logo" alt=""> <p>your texte</p> </div>
17th Feb 2022, 12:43 AM
Younouss Boré
Younouss Boré - avatar
0
I changed the width and it worked
16th Feb 2022, 4:57 PM
Daphine Nzioka
Daphine Nzioka - avatar
0
Younouss Boré thank you
18th Feb 2022, 4:44 AM
Daphine Nzioka
Daphine Nzioka - avatar