Skip to content

Commit 5fb0c65

Browse files
committed
#
1 parent ab47bb6 commit 5fb0c65

File tree

2 files changed

+9
-21
lines changed

2 files changed

+9
-21
lines changed

contact.css

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ body {
1717
header {
1818
background: linear-gradient(
1919
90deg,
20-
#6a0572,
21-
#a40606
20+
#262424,
21+
#262424
2222
); /* Darker gradient header */
2323
color: #fff;
2424
text-align: center;
2525
padding: 20px 0;
26-
border-bottom: 4px solid #ff758c;
26+
border-bottom: 4px solid #000000;
2727
}
2828

2929
header h1 {
@@ -77,9 +77,9 @@ textarea {
7777

7878
input:focus,
7979
textarea:focus {
80-
border-color: #ff758c;
80+
border-color: #413e3f;
8181
outline: none;
82-
box-shadow: 0 0 8px rgba(255, 117, 140, 0.5); /* Glow effect on focus */
82+
box-shadow: 0 0 8px rgba(22, 21, 22, 0.5); /* Glow effect on focus */
8383
}
8484

8585
textarea {
@@ -91,9 +91,7 @@ textarea {
9191
.submit {
9292
background: linear-gradient(
9393
90deg,
94-
#000000,
95-
#00b712,
96-
#f7ff00
94+
#000000
9795
); /* Black, Green, Yellow gradient */
9896
color: #fff;
9997
padding: 15px 30px;
@@ -118,10 +116,9 @@ textarea {
118116
box-shadow: 0 10px 20px rgba(0, 183, 18, 0.6); /* Glow effect with green tint */
119117
background: linear-gradient(
120118
90deg,
121-
#f7ff00,
122-
#00b712,
123119
#000000
124-
); /* Reverse gradient on hover */
120+
);
121+
125122
}
126123

127124
.submit:active {
@@ -132,7 +129,6 @@ textarea {
132129
/* adding tooltips */
133130
.tooltip {
134131
visibility: hidden;
135-
background: linear-gradient(90deg, #6a0572, #a40606);
136132
color: #fff;
137133
width: 200px;
138134
text-align: center;
@@ -175,7 +171,7 @@ footer {
175171
text-align: center;
176172
padding: 10px 0;
177173
margin-top: 20px;
178-
border-top: 4px solid #ff758c;
174+
border-top: 4px solid #383637;
179175
}
180176

181177
/* Animations */

contact.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,6 @@ <h1>Contact Us</h1>
8686
<input type="tel" id="phone" name="phone" required />
8787
</div>
8888

89-
<div class="form-group">
90-
<label for="Gender of animal">Gender of Animal:</label>
91-
<select id="gender" name="gender">
92-
<option value="Select a option">Select a option</option>
93-
<option value="male">Male</option>
94-
<option value="female">Female</option>
95-
</select>
96-
</div>
9789

9890
<div class="form-group">
9991
<textarea

0 commit comments

Comments
 (0)