diff --git a/Css-files/content.css b/Css-files/content.css index 807382e2..74dc42fb 100644 --- a/Css-files/content.css +++ b/Css-files/content.css @@ -128,30 +128,30 @@ body { border-radius: 10px; display: inline-block; - transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease; /* Smooth transition */ + /* transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease; Smooth transition */ } .but a:hover{ background-color: #ffffff; color: brown; border: 3px solid rgb(165, 42, 42); transform: scale(1.01); - animation: bounce 0.5s; + /* animation: bounce 0.5s; */ } input[type="submit"] { background-color: brown; - color: #ffffff !important; + color: brown !important ; border: 3px solid rgb(255, 255, 255); padding: 20px 10px !important; border-radius: 10px; - transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease; + /* transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease; */ } input[type="submit"]:hover { - background-color: #ffffff; - color: brown !important; - border: 3px solid rgb(165, 42, 42); + background-color: brown!important; + color: white!important; + border: 3.5px solid rgb(165, 42, 42); transform: scale(1.01); - animation: bounce 0.5s; + /* animation: bounce 0.5s; */ } @@ -163,15 +163,16 @@ input[type="submit"]:hover { border-radius: 15px; display: inline-block; color: white; - transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease; /* Smooth transition */ + /* transition: transform 0.3s ease, background-color 0.3s ease, color 0.3s ease; Smooth transition */ } .butt:hover { - background-color: #ffffff; - color: brown !important; + /* background-color: #ffffff; */ + background-color: brown !important; + color:white !important; border: 3px solid rgb(165, 42, 42); transform: scale(1.01); - animation: bounce 0.5s; + /* animation: bounce 0.5s; */ } @keyframes bounce { 0%, 100% { @@ -447,10 +448,10 @@ label { font-weight: bold; } -input, -textarea { - height:30px; - width: 120%; +input + { + height:40px; + width: 100%; padding: 2.5px; box-sizing: border-box; border-radius: 2px; @@ -570,7 +571,7 @@ textarea { #contactForm input, #contactForm textarea { - width: 100%; + width: 50%; padding: 20px; margin: 5px; border-radius: 10px; diff --git a/Html-files/contact.html b/Html-files/contact.html index 2b134b36..1c5dbcec 100644 --- a/Html-files/contact.html +++ b/Html-files/contact.html @@ -344,38 +344,44 @@

Feel Free
+
+
Name * +
+ + + + +
+
+
-
-
-
-
-
- -
- - -
+ +

- +
- - + + + +
@@ -386,14 +392,14 @@

Feel Free

+ value="Send Message" style="background-color: #ffc1b7; color: black; text-align: center; font-family: var(--ff-philosopher); border: 1px solid black; height: 50px; line-height: 10px; ">