DIV padding: 5px 5px 5px; : div margin padding « Tags « HTML / CSS






DIV padding: 5px 5px 5px;

     
<head>
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css">

#leftside .announce {
  background: url(img/menubg.gif) repeat-x bottom left #f4f4f4;
  border-bottom: 1px solid #d8d8d8;
  border-left: 4px solid #ccc;
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  clear: left;
  color: #505050;
  line-height: 1.3em;
  margin: 10px 0;
  padding: 5px 5px 5px;
  width: 134px;
}

#leftside p,.announce p {
  font-size: 0.9em;
}
</style>

</head>
<body>
  <div id="leftside">
    <h2 class="hide">Site menu:</h2>
    <div class="announce">
      <h2>Latest news:</h2>
      <p><strong>Jan 29, 2007:</strong><br />
        This is a test. This is a test. This is a test. This is a test. This is a test. This is a test. </p>
      <p class="textright"><a href="">Sample link &raquo;</a></p>
    </div>
  </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:0;
8.Set padding to 10px for DIV
9.Set right padding to 1px
10.div margin: 5px;
11.div::before margin-right: 25px;
12.div margin: 15px;
13.div margin: 25px;
14.div margin-right: 1px;
15.This div stretches across the whole window and has a negative margin.
16.Div margin: 0;
17.Div margin: 60px 0 0 115px;
18.Div margin-top: -1px;
19.DIV margin: 10px 0px 0px 0px;
20.DIV margin: 0 auto;
21.DIV margin-top: 10px;
22.DIV margin-bottom: 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