I think I just crossed the line into the super dorkdom. This just became the most beautiful thing I did today. With a little help as there were two things missing from my code.
EDIT This is CSS code (without the brackets). It's not terribly interesting, but I coded it with my own two little hands and I am fucking proud of it. Now, onto tech concepts.
!--Assignment 4--
head
titleAssigment 4 /title
style type="text/css"
body {background-color:#99CC99;
}
a:link{color:#663333;
}
a:visited{color:#33CC99;
}
.welcome{font-size:2em;
font-weight:bold;
}
.leftimage{position:absolute;
top:100px;
left:10px;
}
.main{position:absolute;
top:50px;
left:200px;
width:320px;
height:300px;
background-image:url(canoe.jpg);
background-repeat:no-repeat;
background-position:center;
}
.logo{font-size:5em;
color:#663333;
text-align:center;
}
.whitetext{font-size:2em;
font-weight:bold;
color:#ffffff;
text-align:center;
margin:10px;
}
.features{position:absolute;
top:50px;
left:590px;
width:150px;
height:250px;
background-color:#CCCC99;
font-family:arial,helvetica,sans-serif;
padding:1em;
}
.navigation{position:absolute;
top:360px;
left:95px;
font-family:arial,helvetica,sans-serif;
font-weight:bold;
background-color:#CCCC99;
text-align:center;
}
/style