diff --git a/index.html b/index.html index 409968f..468dd5b 100644 --- a/index.html +++ b/index.html @@ -116,9 +116,24 @@

Credits

> + +
+ + + + diff --git a/styles.css b/styles.css index 44de233..426dcf6 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; @@ -169,3 +183,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