Skip to content
Open
Show file tree
Hide file tree
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
Expand Up @@ -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>
Expand Down
14 changes: 11 additions & 3 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ body {

.contact-img img {
display: block;
height: 400px;
height: 500px;
width: 100%;
object-position: center;
object-fit: cover;
Expand All @@ -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 {
Expand All @@ -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;
}

Expand Down