mirror of
https://github.com/jakejarvis/my-first-website.git
synced 2025-04-26 01:55:23 -04:00
8 lines
129 B
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> |