INDEX CODE
<!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" /> <link href="style1.css" rel="stylesheet" type="text/css"/> <title>Bubble Under - The diving club for the south-west UK</title> </head> <body> <div id="header"> <div id="sitebranding"> <h1>BubbleUnder.com</h1> </div> <div id="tagline"> <p>Diving club for the south-west UK - let's make a splash!</p> </div> </div> <! end of header div > <div id= "navigation"> <ul> <! unordered list> <li><a href="index.html">Home</a></li> <li><a href="about.html">About Us</a></li> <li><a href="contact.html">Contact Us</a></li> </ul> </div> <! end of navigation div > <div id="bodycontent"> <h2> Welcome to our super - dooper Scuba site </h2> <p> <img src= "divers-circle.jpg" width= "200" height= "162" alt= "A circle of divers"/></p> <p>Glad you could drop in and share some air with us! You've passed your underwater navigation skills and successfully found your way to the start point - or in this case, our home page.</p> <h3>About Us</h3> <p><span class="fun"> Bubble Under </span>is a group of diving enthusiasts based in the south-west UK who meet up for diving trips in the summer months when the weather is good and the bacon rolls are flowing. We arrange weekends away as small groups to cut the costs of accommodation and travel to ensure that everyone gets a trusthworthy dive buddy.</p> <p>Although we're based in the south-west, we dont stay on our own turf: past diving weekends away have included trips to Scapa Flow in Scotland and to Malta's numerous wreck sites.</p> <p>When we're not diving, we often meet up in a local pub to talk about our recent adventures (any excuse, eh?)</p> <h3>Contact Us</h3> <p>To find out more, contact Club Secratary <a href="malito:bbalpnoy03@aol.com">Edwin Pangelinan</a></p> </div> </body> </html>
STYLESHEET CODE
/*
CSS for Bubble Under site
*/
#tagline p {
font-style: italic;
font-family: Georgia, Times, serif;
background-color: #bed8f3;
border-top: 3px solid #7da5d8;
border-bottom: 3px solid #7da5d8;
padding-top: .2em;
padding-bottom: .2em;
padding-left: .8em;
margin: 0;
}
body {
font-family: Verdana, Helvetica, Arial, sans-serif;
background-color: #e2edff;
line-height: 125%;
padding: 0;
margin: 0;
}
h1, h2, h3 {
font-family: "Trebuchet MS", Helvetica, Arial, sans-serif;
}
h1 {
font-size: x-large;
background-color: navy;
color: white;
padding-top: 2em;
padding-bottom: .2em;
padding-left: .4em;
margin: 0;
}
h2 {
color: navy;
font-size: 130%;
font-weight: normal;
padding-top: 15px;
}
li {
font-size: small;
}
p {
font-size: smalll;
color: navy;
}
em {
text-transform: uppercase;
}
a {
font-weight: bold;
}
a:link {
color: black;
}
a:visited {
color: navy;
}
a:hover {
text-decoration: none;
color: white;
background-color: navy;
}
a:active {
color: aqua;
background-color: navy;
}
.fun {
font-family: Georgia, Times, serif;
color: #339999;
leter-spacing: 0.05em;
}
#navigation, #bodycontent, #header{
position: absolute;
}
#navigation, #bodycontent {
top: 107px;
}
#bodycontent {
left: 200px;
}
#header {
width: 100%;
}

New Topic/Question
Reply



MultiQuote




|