1
mirror of https://github.com/jakejarvis/my-first-website.git synced 2025-04-26 20:28:27 -04:00
my-first-website/style.css
2013-05-05 17:56:42 -04:00

8 lines
136 B
CSS

<style="text/css">
BODY {background: Cornsilk}
A:link {color: Blue}
A:visited {color: Blue}
A:hover {
color: #7CFC00;
}
</style>