diff options
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/styles.css b/styles.css new file mode 100644 index 0000000..41dda9d --- /dev/null +++ b/styles.css @@ -0,0 +1,13 @@ +body { + background-color: black; + color: white; +} + +a { + text-decoration: none; + color: hotpink; +} + +a:hover { + background-color: blue; +}
\ No newline at end of file |