diff --git a/Css-files/content.css b/Css-files/content.css index 3bcea514..34109389 100644 --- a/Css-files/content.css +++ b/Css-files/content.css @@ -383,9 +383,9 @@ div.deals:hover{ } form { - padding-top: 20px; + /*padding-top: 20px;*/ display: grid; - padding-bottom: 100px; + /*padding-bottom: 100px;*/ } label { @@ -482,6 +482,24 @@ textarea { .menu_items .items { position: relative; } + + +.form-control { + border-radius: 15px; /* Adjust the border radius */ + padding-left: 40px; /* Space for the icon */ + } + +.input-icon { + position: relative; + } +.input-icon i { + position: absolute; + left: 10px; /* Positioning the icon */ + top: 50%; + transform: translateY(-50%); /* Center the icon vertically */ + color: gray; /* Icon color */ + } + #contactForm { display: flex; flex-direction: column; @@ -518,3 +536,4 @@ textarea { cursor: pointer; margin-top: 5px; } + diff --git a/Html-files/contact.html b/Html-files/contact.html index f4c9a7a6..e5199b8c 100644 --- a/Html-files/contact.html +++ b/Html-files/contact.html @@ -8,6 +8,8 @@ + + - + Home @@ -221,6 +223,7 @@ + + + + + + + + Feel Free to Contact Us! + + + + + + + + + + + + + + Email * + + + + + + + + + Phone number * + + + + + + + + + + + Name * + + + + + + + + + + + Message * + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -