官术网_书友最值得收藏!

Collapsed containers

So, everything is great with the columns, except that if you try and scroll the page down, you will see that we are really tight to the bottom.

Let's see what happens when we add a margin-bottom property to the container that wraps around everything: secondary-section. Let's say margin-bottom: 40px:

/**************** 
3 columns 
****************/ 
.secondary-section { 
  margin-bottom: 40px; 
} 

If we save this, it really does nothing in the browser. The content is still sitting right at the bottom. Let me further illustrate this problem. If I had a background color of green, then you'd expect the entire background to be green:

.secondary-section { 
  margin-bottom: 40px; 
  background-color: green; 
} 

However, if we add the preceding code and save it, the background doesn't become green. So, let's actually inspect this element. Let's inspect secondary-section in the browser using Chrome's DevTools. We will see both margin-bottom and background-color are in the process of getting applied. But we don't see anything in green on the page:

When you put your mouse over the secondary-section element, you will see it highlights the space that it occupies in that peachy color on the screen (you'll see it as a different shade of gray in the following screenshot if you're looking at a printed copy):

The container has actually collapsed. This is what happens when all the elements inside a parent element are floated: the container collapses, floats are taken outside the normal flow, and the container has no height because of this.

Let's take a look and see what we can do to fix this.

主站蜘蛛池模板: 虎林市| 东光县| 邮箱| 仲巴县| 固始县| 吉安县| 新乐市| 汉川市| 唐海县| 巴彦淖尔市| 洛南县| 女性| 乌审旗| 茶陵县| 正阳县| 比如县| 瓮安县| 类乌齐县| 岳普湖县| 绥中县| 工布江达县| 嘉义市| 晴隆县| 连州市| 长岭县| 新闻| 巨野县| 铜川市| 富阳市| 临海市| 平遥县| 焦作市| 房产| 杭锦后旗| 横峰县| 泸溪县| 什邡市| 博乐市| 昌宁县| 岑巩县| 龙胜|