diff --git a/pages/contact.css b/pages/contact.css index cbdc4c3..0e96496 100644 --- a/pages/contact.css +++ b/pages/contact.css @@ -156,3 +156,11 @@ textarea { .small { font-size: 10px; } +.footer { + text-align: center; + background-color: cadetblue; + font-size: 25px; + position: fixed; + bottom: 0; + width: 100%; +} diff --git a/pages/contact.html b/pages/contact.html index bf21784..df0f93b 100644 --- a/pages/contact.html +++ b/pages/contact.html @@ -63,6 +63,9 @@ +