Answers for "how to get rid of margin in html"

CSS
1

how to remove margin of body

body{
	margin; 0:
}
Posted by: Guest on October-31-2021
0

css remove margin around page

* {
    margin: 0;
    padding: 0;
}
Posted by: Guest on June-12-2021

Code answers related to "how to get rid of margin in html"

Browse Popular Code Answers by Language