h2 text-transform: none; : Header text « Tags « HTML / CSS






h2 text-transform: none;

   

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>*KHAKI*</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<style rel="stylesheet" type="text/css">

h2 {
  margin: 0;
  padding: 0;
  font-size: 130%;
  text-transform: none;
  letter-spacing: 5px;
  color: #BA3F2F;
  background: inherit;
}
</style>

</head>
<body>

  <h2>Welcome to <strong>The</strong> Template</h2>

</body>
</html>

   
    
    
  








Related examples in the same category

1.h1, h2, h3 text-align: center;
2.h1 text-decoration: underline;
3.h1 text-shadow: 0.2em 0.2em;
4.H1 text-transform: uppercase;
5.h1 text-align: center;
6.h1 text-align: right;
7.H1 text-align: left;
8.h2 text-transform: uppercase;
9.h1.complex { text-shadow: 3px 3px red, yellow -3px 3px 2px, 3px -3px }
10.Header text along with top links