diff --git a/index.html b/index.html index b56c333..4c85732 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,20 @@ nav a:hover { text-decoration: underline; } + footer { + background-color: #222; + color: #ddd; + padding: 1rem 2rem; + text-align: center; + font-size: 0.9rem; + } + footer a { + color: #66caff; + text-decoration: none; + } + footer a:hover { + text-decoration: underline; + }
@@ -47,5 +61,8 @@This is a sample header section with navigation.
+