diff --git a/static/styleContact.css b/static/styleContact.css index 39f5dbf..2105512 100644 --- a/static/styleContact.css +++ b/static/styleContact.css @@ -47,4 +47,8 @@ h1{ cursor: pointer; outline: none; margin: 26px; -} \ No newline at end of file +} +.btn:hover{ + background-color:blue; + color:yellow; +}