mirror of
https://github.com/jakejarvis/my-first-website.git
synced 2025-04-26 20:28:27 -04:00
8 lines
136 B
CSS
8 lines
136 B
CSS
<style="text/css">
|
|
BODY {background: Cornsilk}
|
|
A:link {color: Blue}
|
|
A:visited {color: Blue}
|
|
A:hover {
|
|
color: #7CFC00;
|
|
}
|
|
</style> |