DIV margin-left: 200px; : div margin padding « Tags « HTML / CSS






DIV margin-left: 200px;

     


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


#content {
  border-top: 1px dashed #EDF1F2;
  text-align: justify;
  font-size: 0.9em;
  padding: 5px;
  margin-left: 200px;
  background-color: #fff;
  color: #666666;
  background-image: url(images/shad.jpg);
  background-repeat: no-repeat;
}

</style>

</head>
<body>

  <div id="containerboth">

    <div id="content">
      <h2>Hi there.</h2>

      <h2>Lorem Ipsum </h2>

    </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: 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-bottom: 10px;
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