DIV margin-bottom: 10px; : div margin padding « Tags « HTML / CSS






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>

   
    
    
    
    
  








Related examples in the same category

1.div padding: 3px;
2.div padding: 10px;
3.div padding-right: 1px;
4.Div padding: 0;
5.Div padding: 0 18px 0 8px;
6.DIV padding: 5px;
7.DIV padding: 5px 5px 5px;
8.DIV padding:0;
9.Set padding to 10px for DIV
10.Set right padding to 1px
11.div margin: 5px;
12.div::before margin-right: 25px;
13.div margin: 15px;
14.div margin: 25px;
15.div margin-right: 1px;
16.This div stretches across the whole window and has a negative margin.
17.Div margin: 0;
18.Div margin: 60px 0 0 115px;
19.Div margin-top: -1px;
20.DIV margin: 10px 0px 0px 0px;
21.DIV margin: 0 auto;
22.DIV margin-top: 10px;
23.DIV margin-left: 200px;
24.DIV margin: 10px 0;
25.Using negative margin for div dialog
26.Set margin to 25px for DIV
27.Set right margin to 1px