How do I put my image under the navbar? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I put my image under the navbar?

Been trying to find ways on how to put the image under the navbar as new section https://code.sololearn.com/WpHT2DBlS6A7/?ref=app

29th Sep 2023, 8:10 PM
June Nikko Pepito
June Nikko Pepito - avatar
1 Answer
0
The easiest way to do it is to add a margin for your image. About 50px from the top. So #bada{ margin-top: 50px; }
29th Sep 2023, 8:54 PM
Juan
Juan - avatar