Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
31Rishita committed Nov 1, 2024
1 parent dc29023 commit 729a4aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,7 @@ <h2 style="color: white; text-align: left; font-size: 2.5rem; margin-bottom: 10p

<input type="text" placeholder="Subject" style="width: 100%; padding: 10px; margin-bottom: 20px; border-bottom: 2px solid #ccc; border-radius: 10px; outline: none; transition: border-color 0.3s; background-color: #c4c2c2;">

<textarea placeholder="Message" rows="3" style="width: 100%; padding: 10px; margin-bottom: 20px; border-bottom: 2px solid #ccc; border-radius: 10px; outline: none; transition: border-color 0.3s; background-color: #c4c2c2;"></textarea>
<textarea placeholder="Message" rows="3" style="width: 100%; padding: 10px; margin-bottom: 20px; border-bottom: 2px solid #ccc; border-radius: 10px; outline: none; transition: border-color 0.3s; background-color: #c4c2c2;"></textarea>

<button type="submit" style="width: 100%; padding: 12px; background: linear-gradient(135deg, hsl(204, 75%, 50%), #079874); color: white; border: none; border-radius: 5px; font-size: 16px; cursor: pointer;">
Send Message
Expand Down

0 comments on commit 729a4aa

Please sign in to comment.