Wednesday, 20 October 2010

Pasha The Painter part 2

CSS



* {
    background-color: #ff;
    font-family: Verdana, Ariel, sans-serif;
    color: #00;
}

.logo {
    background-color: #ff;
    font-family: Georgia, "Times New Roman", Times, serif;
    color: #336633;
}


#nav {
    font-style: bold;
}


#footer {
    font-style: italic;
    font-size: small;
}

.category {
    font-style: oblique;
    background-color: #ff;
    color: #336633;
    font-size:larger;
    font-family: Georgia, "Times New Roman", Times, serif;
}

Index

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pasha The Painter</title>
<link rel="stylesheet" type="text/css" href="painter.css"/>
</head>

<body>
    <div class="logo"><h1>Pasha The Painter</h1></div>
   
    <h3><i>Serving the Northwest Chicago Suburbs since 1986</i></h3>
   
    <div id="nav"><p><strong><a href="index.html">Home</a> <a href="services.html">Services</a> <a href="testamonials.html">Testamonials</a> <a href="estimates.html">Estimates</a></strong></p></div>
   
    <br />
   
    <p>We will work with you to create the home of your dreams.</p>
   
    <br />
   
    <div class="category"><ul>
        <li>Interior Painting</li>
        <li>Exterior Painting</li>
        <li>Wallpaper Removal</li>
        <li>Wallpaper Installation</li>
        <li>Drywall</li>
    </ul></div>
   
    <br />
    <div id="footer"><em><small>Copyright &copy; 2011 Pasha the Painter</small></em> <br />
    <a href="mailto:charlotte@gmail.com">charlotte@gmail.com</a></div>
</body>
</html>

Services

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Pasha The Painter</title>
<link rel="stylesheet" type="text/css" href="painter.css"/>
</head>

<body>
    <div class="logo"><h1>Pasha The Painter</h1></div>
   
    <h3><i>Serving the Northwest Chicago Suburbs since 1986</i></h3>
   
    <div id="nav"><p><strong><a href="index.html">Home</a> <a href="services.html">Services</a> <a href="testamonials.html">Testamonials</a> <a href="estimates.html">Estimates</a></strong></p></div>
   
    <br />
   
    <p>We will work with you to create the home of your dreams.</p>
   
    <br />
   
    <dl>
        <div class="category"><dt><ul><li>Interior Services</li></ul></dt></dt></div>
        <dd>If you need it painted, textured, or papered, Pasha the Painter can do it!</dd>
        <div class="category"><dt><ul><li>Exterior Services</li></ul></dt></dt></div>
        <dd>If you need it wash, painted, stained, or just touched up, Pasha the Painter can do it!</dd>
        <div class="category"><dt><ul><li>Painting</li></ul></dt></dt></div>
        <dd>Pasha has the most dependable and professional painting staff in the area and uses only quality paint.</dd>
        <div class="category"><dt><ul><li>Wallcovering</li></ul></dt></dt></div>
        <dd>Our design specialist are experts at applying wallpaper and other walllcoverings.</dd>
       
    </dl>
   
    <br />
    <div id="footer"><em><small>Copyright &copy; 2011 Pasha the Painter</small></em> <br />
    <a href="mailto:charlotte@gmail.com">charlotte@gmail.com</a></div>
</body>
</html>

No comments:

Post a Comment