如何从底部而不是顶部扩展我的Content-Box的高度

时间:2014-11-28 22:26:31

标签: html css

我需要将内容框(白色区域)扩展到靠近页面底部的位置。 当我使用heightpadding属性时,它会从顶部开始变高。

image

.Content-Box {
	position: relative;
	margin: 0 auto;
	background-color: white;
	top: 65px;
	padding: 80px;
	height: -40px;
	text-align: center;
	box-shadow: 0px 3px 5px #888888;
}
<div class="Content-Box">
    <hr>
</div>

1 个答案:

答案 0 :(得分:0)

添加

padding-bottom: (amount you want)px;