Answers for "get rid of margin on a tag css"

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 "get rid of margin on a tag css"

Browse Popular Code Answers by Language