Can someone explain one thing about my code, why do i have white space between navbar and welcome section with my name.
give margin:0;
to h1 element in css file:
h1 {
margin:0;
}
note:
- you made a mistake in typing “html” in line 2.
- In line 14 and 15,
</div>
and</nav>
should be written in order. so first put and then .
Thank you so much, appreciate it!
1 Like
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.