summaryrefslogtreecommitdiffstats
path: root/styles.css
diff options
context:
space:
mode:
authormogad0n2021-01-31 07:27:15 +0530
committermogad0n2021-01-31 07:27:15 +0530
commitcd3ccabd81bf80bafe6b1175baa116174eac54f1 (patch)
treeee81df98d6bef71b2ccd5aa02d62cc442826da60 /styles.css
downloadwebsite-cd3ccabd81bf80bafe6b1175baa116174eac54f1.tar.gz
website-cd3ccabd81bf80bafe6b1175baa116174eac54f1.tar.bz2
website-cd3ccabd81bf80bafe6b1175baa116174eac54f1.zip
Initial commit
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css13
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