#Body

2 messages · Page 1 of 1 (latest)

still flame
#

Hi i dont have a padding on the top and left side. how can i move it to corner like on 100% no manually. thx
Image

glacial estuary
#

try this

body {
  margin: 0
}

this will remove the margin from the body, and your div will go to top left corner @still flame