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
1 Odpowiedź
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;
}