From cd3ccabd81bf80bafe6b1175baa116174eac54f1 Mon Sep 17 00:00:00 2001 From: mogad0n Date: Sun, 31 Jan 2021 07:27:15 +0530 Subject: Initial commit --- styles.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 styles.css (limited to 'styles.css') 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 -- cgit v1.2.3