diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -9,5 +9,9 @@ a { } a:hover { - background-color: blue; + background-color: rgb(130, 100, 185); +} + +footer { + color: green; }
\ No newline at end of file |