Skip to content

How to remove the body margin from navbar in CSS?

.navbar {
  margin: -1% -1% 1% -1%;
}
See also  Python code snippet - How to convert data into numerical dataset?

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.