我在段落标签中有文本,它适合紧贴在 div 的底部,您将在这张图片中看到:http: //i44.tinypic.com/e05s0z.png
我可以在 div 的底部放置一些填充来解决这个问题,但可能有多个 div,具体取决于该页面上有多少项目。
我需要做的是在最后一个 div (class="article") 的末尾和段落标签中的文本之间放置一些间距。
这是文章类的css
.article {
padding:10px;
overflow:auto;
}
带有段落标签的文本
<p>Herkimer County Community College does not
discriminate on the basis of race, color, sex,
national origin, age, handicap, or marital status
in admission, employment, or in any aspect regarding
the conduct of College business.</p>
我该怎么办?