1
mirror of https://github.com/jakejarvis/my-first-website.git synced 2025-04-26 06:35:22 -04:00
my-first-website/style.css

8 lines
129 B
CSS

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