To change or add a header you have to add some text on the following code. If you add or change the code then your heading will be changed.
The code is
<html>
<body>
<h1>Customize Your Website</h1>
<p>Collect some tips to change your web looking</p>
</body></html>
**Just change the Red color sentences.
To change Header font, size, color
#header h1 {
font: bold 220% Droid Serif,Serif;
letter-spacing: -1px;
margin: 0;
padding: 30px 32px 1px;
text-shadow: 0 1px 0 #FFFFFF;
text-transform: none;
Share this
The code is
<html>
<body>
<h1>Customize Your Website</h1>
<p>Collect some tips to change your web looking</p>
</body></html>
**Just change the Red color sentences.
To change Header font, size, color
#header h1 {
font: bold 220% Droid Serif,Serif;
letter-spacing: -1px;
margin: 0;
padding: 30px 32px 1px;
text-shadow: 0 1px 0 #FFFFFF;
text-transform: none;
Share this
7/19/2011 09:27:00 AM
Shaon


