DIV font-size: 0.9em; : div font « Tags « HTML / CSS






DIV font-size: 0.9em;

     


<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 font-family: sans-serif;
2.div font: 9px monospace;
3.This font is 24 pixels tall and this div is 3 ems tall
4.Div font-size:1px;
5.Div font-family: Tahoma, sans-serif;
6.Div font-size: 11px;
7.Div font-family: Arial, Helvetica, sans-serif;
8.Div font-size: 12px;
9.Div font-family: Arial;
10.Div font-weight: bold;
11.DIV font-size:.9em;