Skip to content

Commit

Permalink
Merge pull request #35 from uzefaqureshi06/issue#34-uzefa
Browse files Browse the repository at this point in the history
issue#34 fixed
  • Loading branch information
JollyJolli authored Oct 2, 2024
2 parents 1110418 + c063897 commit d15b620
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/form.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
font-family: Arial, sans-serif;

font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
margin: 0;
padding: 0;
background-color: #f9f9f9;
Expand Down Expand Up @@ -35,6 +40,9 @@ h2 {
}

#comments {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
height: 100px;
padding: 10px; /* Padding for better text entry */
border: 1px solid #ccc;
Expand All @@ -43,12 +51,18 @@ h2 {
}

#contact {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
padding: 10px; /* Padding for better text entry */
border: 1px solid #ccc;
border-radius: 5px;
}

button {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
padding: 10px;
background-color: #ff6b6b; /* Button color */
color: white; /* Button text color */
Expand All @@ -65,6 +79,9 @@ button:hover {
}

#thankYouMessage {
font-family: "Poppins", sans-serif;
font-weight: 400;
font-style: normal;
text-align: center; /* Center thank you message */
color: #ff4c4c; /* Green color for the message */
margin-top: 20px;
Expand Down

0 comments on commit d15b620

Please sign in to comment.