سؤال

Just a question.

Is there a way to have a background div stretch the full 100% of the screen without using positioning? The only way I can ever get rid of that bit of padding on either side is to give the div absolute positioning.

هل كانت مفيدة؟

المحلول

Try adding the below to your CSS:

html, body{
  margin:0;
  padding:0;
}

Example with vs Without

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top