Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

made changes in the contact section like matched font of the placeholder with the website, ali… #107

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -273,7 +273,7 @@ <h2>Contact Us</h2>
<input type="email" placeholder="E-Mail" />
<textarea
cols="30"
rows="6"
rows="2"
placeholder="Type Your Message"
></textarea>
<a href="#" class="btn btn-primary">Submit</a>
14 changes: 11 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
@@ -390,7 +390,7 @@ body {

.contact-img img {
display: block;
height: 400px;
height: 500px;
width: 100%;
object-position: center;
object-fit: cover;
@@ -410,9 +410,11 @@ body {
padding: 1rem 0;
box-shadow: none;
outline: none;
margin-bottom: 1rem;
/* margin-bottom: 1rem; */
color: #444;
font-weight: 500;
font-family: "Poppins", sans-serif;
font-size: 18px;
}

.form-container textarea {
@@ -424,17 +426,23 @@ body {
outline: none;
padding: 1rem 0;
resize: none;
font-family: "Poppins", sans-serif;
font-size: 18px;
font-weight: 500;

}

.form-container h2 {
font-size: 2.7rem;
font-weight: 500;
color: #444;
margin-bottom: 1rem;
margin-top: -1.2rem;
/* margin-top: -1.2rem; */
margin-top: 45px;
}

.form-container a {
margin-top: 35px;
font-size: 1.3rem;
}