summaryrefslogtreecommitdiffstats
path: root/static/styles.css
diff options
context:
space:
mode:
authorPratyush Desai2021-12-24 20:08:42 +0530
committerPratyush Desai2021-12-24 20:08:42 +0530
commit5564ffb20798d45bf87910feea39bf02b0d2dee4 (patch)
tree1a4deea0ecbb582e1efe6eb8cabadb679dccfa42 /static/styles.css
parent5725181871aab1b84ddb0cbccc7d6f033210c2cb (diff)
downloadwebsite-django.tar.gz
website-django.tar.bz2
website-django.zip
django initdjango
Diffstat (limited to 'static/styles.css')
-rw-r--r--static/styles.css17
1 files changed, 17 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css
new file mode 100644
index 0000000..489bd8c
--- /dev/null
+++ b/static/styles.css
@@ -0,0 +1,17 @@
+body {
+ background-color: black;
+ color: white;
+}
+
+a {
+ text-decoration: none;
+ color: green;
+}
+
+a:hover {
+ background-color: rgb(130, 100, 185);
+}
+
+footer {
+ color: green;
+} \ No newline at end of file