diff --git a/web/index.html b/web/index.html index 735796f..877ebac 100644 --- a/web/index.html +++ b/web/index.html @@ -94,4 +94,8 @@ - \ No newline at end of file + + + diff --git a/web/styles.css b/web/styles.css index 3385414..dbfe2c3 100644 --- a/web/styles.css +++ b/web/styles.css @@ -7,6 +7,10 @@ html { scroll-behavior: smooth; } +footer { + text-align: center; +} + a { outline: none !important; font-weight: bold; @@ -199,4 +203,4 @@ nav ul li a:hover { #text h3 { text-align: center; -} \ No newline at end of file +}