diff --git a/index.html b/index.html index 453b397a..c8bab563 100644 --- a/index.html +++ b/index.html @@ -2394,15 +2394,18 @@

About BuddyTrail

Send Us a Message

- +
- + +
+
diff --git a/style.css b/style.css index d52a39dd..3dcafa89 100644 --- a/style.css +++ b/style.css @@ -1161,16 +1161,13 @@ body { color: black; } - issue -h2 { -main +h2 { font-size: 2.5em; font-weight: 700; margin: 10px 0; /* Margin adjustment */ - color: #007bff; - + color: #007bff; } p { @@ -3056,3 +3053,35 @@ body { border-radius: 50%; /* Optional: make it circular */ box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); /* Optional: shadow */ } + + + +/* fa form contact-form icon */ +.form-group .form-control{ + padding-left: 6%; +} +.fa-user{ + position: absolute; + left:2.7rem; + top:3.50rem; + font-size: 14px; + color: grey; +} +.fa-envelope{ + position: absolute; + left: 2.7rem; + top: 3.6rem; + font-size: 14px; + color: grey; +} +.fa-message{ + position: absolute; + left: 2.7rem; + top: 3.8rem; + font-size: 14px; + color: grey; +} +.email-padding input[type="email"]{ + padding-left: 30px; /* get in touch padding for icon*/ +} +/* fa icon end */