From 1d18dcbbee11e7acce4d08bb5a93f26a076e9010 Mon Sep 17 00:00:00 2001 From: Sujal Soni Date: Sun, 8 Oct 2023 12:34:33 +0530 Subject: [PATCH] Added Footer --- index.html | 15 +++++++++++++++ styles.css | 29 +++++++++++++++++++++++++++++ 2 files changed, 44 insertions(+) diff --git a/index.html b/index.html index f748339..c760402 100644 --- a/index.html +++ b/index.html @@ -110,9 +110,24 @@

Credits

> + +
+ + + + diff --git a/styles.css b/styles.css index ba6d731..201bfd0 100644 --- a/styles.css +++ b/styles.css @@ -21,6 +21,20 @@ header { cursor: pointer; } +.note-header{ + background-color: aliceblue; + color: #000000; + padding: 10px 7px; +} + +.note-header a{ + color: blue; +} + +.note-header a:hover{ + color: #005cb7; +} + section { margin: 1em 0; padding: 1em; @@ -162,3 +176,18 @@ a { .content p { padding: 1em; } + + +.note-footer{ + background-color: #00000050; + color: white; + padding: 10px 5px; +} + +.note-footer a{ + color: #4CAF50; +} + +.note-footer a:hover{ + color: white; +} \ No newline at end of file