Quantcast
Channel: Giving background-color to body applying whole page. Why? - Stack Overflow
Viewing all articles
Browse latest Browse all 7

Giving background-color to body applying whole page. Why?

$
0
0

body {
  background-color: red;
}
<body>
  <div>Hello World!</div>
</body>

So the background-color: red; applies to whole page height but when I inspect the page the height of the body is only up to the div containing Hello World!.

Someone please explain this why it is happening like this.


Viewing all articles
Browse latest Browse all 7

Latest Images

Trending Articles





Latest Images