margin-bottom的运用
信息来源:
优度网络 发布日期:2009/3/26 浏览数量:
1038次
文章导读:
<html>
<head>
<title>margin-bottom的运用</title>
</head>
<body>
<p style="border-bottom: 8px dotted blue; padding-bottom: 30px; margin-bottom: 60px;">
We can read of things that happened 5,000 years ago in the Near East, where people first learned to write. But there are some parts of the world where even now people cannot write. The only way that they can preserve their history is to recount it as sagas.
</p>
<p>Next paragraph</p>
</body>
</html>