Issue with placing navbar at top of vw and heights should be equal of vw

help me for navbar equal heights and place at top and when we we are scrolling then along with the background our statements also should move.How>??? https://codepen.io/sai-harshith-manikonda/pen/VwKOyZO?editors=1100

1 Like

First of all,
use this of top on your css file

*::after,*::before {
padding: 0;
margin: 0;
}

to remove default margin or padding.
And last your question try to play your css properties try to debug yourself it is not that hard.

tq it worked . :heart:

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.