how I can begain with zero margin with out the space arround by blue box? enter image description here
CodePudding user response:
Give to the body these styles on css:
padding: 0px;
margin: 0px;
CodePudding user response:
I dont really understand your problem but if you want to remove the margin or the border just use:
border: 0;
margin:0;
