Answers for "how to remove the body margin from navbar in css"

CSS
0

how to remove the body margin from navbar in css

.navbar {
  margin: -1% -1% 1% -1%;
}
Posted by: Guest on September-29-2021

Code answers related to "how to remove the body margin from navbar in css"

Browse Popular Code Answers by Language