Caitlin Woodward
My First Stylesheet
I was digging in the wayback machine and was surprised to find various versions of my old website, which managed to survive my adolescence. Sadly, I couldn't find any of my pre-teen sites, but those were more Pokémon fan sites and stuff than a personal website or blog anyway; oh, and they were built in WYSIWYG anyway. (RIP Geocities.)
So I found my favorite design of my old personal site. The one that managed to stay around the longest. It was the first one I had designed myself, and I think I had a hard time letting it go. It was strong and simple; you can already see my minimalistic style. I think I continued to make small tweaks over the times. Maybe I'll revisit it...
I also found my very first stylesheet, that I created when I was 15 (with some help from Dad). Ignore the teenage angst with the declarations for "#kiss".
body {
background: black;
color: #000000;
margin: 0;
padding: 0;
}
a:link {color: #000000; text-decoration: none;}
a:visited {color: #000000; text-decoration: none;}
a:hover {color: #FFFFFF; background: #000000; text-decoration: none;}
a:active {color: #FFFFFF; background: #000000; text-decoration: none;}
#content {
margin: 15px 5% 15px 45%;
padding: 0;
border: 1px solid black;
background: white;
color: black;
font: normal normal 11px verdana,sans-serif;
}
#cat, #genta, #kiss {
position: absolute;
width: 102px;
height: 102px;
right: 60%;
border: 1px solid white;
}
body>#cat, #genta, #kiss {
position: fixed; /* fix ie win problems */
}
#cat {
bottom: 15px;
}
#genta {
bottom: 132px;
}
#kiss {
bottom: 249px;
}
#tow {
position: absolute;
width: 200px;
height: 60px;
left: 15px;
top: 15px;
border: 0px;
}
body>#tow {
position: fixed; /* fix ie win problems */
}
p {margin: 1em 5%;}

Jonathan
I can't imagine a parent helping me with the internet. Wayback is awesome
Reuben
It's so cute! Can we keep it?
Leave a comment