diff --git a/Gallary-section/style.css b/Gallary-section/style.css index aebfb41f..de2c9957 100644 --- a/Gallary-section/style.css +++ b/Gallary-section/style.css @@ -536,10 +536,13 @@ form input { .contact { padding-right: 5px; - background-color: #ff523b; - border-radius: 20px; + + border:3px inset white; margin-top: 10px; } +.contact:hover{ + border-color: #ff523b; +} .contact a h4 { font-size: 16px; diff --git a/contact.html b/contact.html index c392ed71..ff974d4b 100644 --- a/contact.html +++ b/contact.html @@ -1,5 +1,6 @@ +
@@ -12,17 +13,20 @@ - + +