diff options
author | Pratyush Desai | 2021-12-24 20:08:42 +0530 |
---|---|---|
committer | Pratyush Desai | 2021-12-24 20:08:42 +0530 |
commit | 5564ffb20798d45bf87910feea39bf02b0d2dee4 (patch) | |
tree | 1a4deea0ecbb582e1efe6eb8cabadb679dccfa42 /styles.css | |
parent | 5725181871aab1b84ddb0cbccc7d6f033210c2cb (diff) | |
download | website-5564ffb20798d45bf87910feea39bf02b0d2dee4.tar.gz website-5564ffb20798d45bf87910feea39bf02b0d2dee4.tar.bz2 website-5564ffb20798d45bf87910feea39bf02b0d2dee4.zip |
django initdjango
Diffstat (limited to 'styles.css')
-rw-r--r-- | styles.css | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/styles.css b/styles.css deleted file mode 100644 index 489bd8c..0000000 --- a/styles.css +++ /dev/null @@ -1,17 +0,0 @@ -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 |