diff options
author | mogad0n | 2021-01-31 07:27:15 +0530 |
---|---|---|
committer | mogad0n | 2021-01-31 07:27:15 +0530 |
commit | cd3ccabd81bf80bafe6b1175baa116174eac54f1 (patch) | |
tree | ee81df98d6bef71b2ccd5aa02d62cc442826da60 /styles.css | |
download | website-cd3ccabd81bf80bafe6b1175baa116174eac54f1.tar.gz website-cd3ccabd81bf80bafe6b1175baa116174eac54f1.tar.bz2 website-cd3ccabd81bf80bafe6b1175baa116174eac54f1.zip |
Initial commit
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 |