diff --git a/index.html b/index.html index d6e4689d..4320136c 100644 --- a/index.html +++ b/index.html @@ -675,7 +675,9 @@

Feedback Form

- diff --git a/style.css b/style.css index 8890a47c..b2ee3a6e 100644 --- a/style.css +++ b/style.css @@ -906,6 +906,8 @@ button { .contact-form .contact-btn { float: right; font-size: 1.1em; + + font-family: "Arial", sans-serif; background: #4caf50; color: white; @@ -914,6 +916,9 @@ button { border-radius: 5px; cursor: pointer; transition: all 0.3s; + + left: -60px; + position: relative; } .contact-form .contact-btn:hover {