DIV margin-bottom: 10px;
<head> <title></title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <style rel="stylesheet" type="text/css"> .news { border-bottom: 1px dashed #ddd; padding: 5px; color: #9D9C6A; font-size: 0.9em; margin-top: 10px; margin-bottom: 10px; } </style> </head> <body> <div class="news"> <h1>News</h1> <p>This is some extra content, it can be used for news, links, updates, or anything else. </p> </div> </body> </html>