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
18 changes: 18 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,25 @@ <h5 style="font-size: 12px;">EMAIL ADDRESS</h5>
<h5 style="font-size: 12px;">WEBSITE</h5>
<p style="font-size: 9px;font-weight:100; ">yoursite.com</p>
</div>
</div>
<section class="contact">
<div class="cform">
<div class="cpic">
<img src="http://pluspng.com/img-png/png-men-men-png-495.png" class="cpic" alt="Profile Pic">
</div>
<div class="form">
<form action="" class="form">
<input style="margin-bottom:10px;" type="text" placeholder="Your Name" class="form1"> <br>
<input style="margin-bottom:10px;" type="text" placeholder="Your Email" class="form1"> <br>
<input style="margin-bottom:10px;" type="text" placeholder="Subject" class="form1"> <br>
<textarea style="margin-bottom:15px; " rows="7" cols="41" placeholder="Message" class="form2"></textarea>
<input id="send" type="button" value="SEND MESSAGE">
</form>
</div>

</div>

</section>
<footer class="ftco-footer ftco-section">
<div class="container">
<div class="row mb-5">
Expand Down
61 changes: 58 additions & 3 deletions styles/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -336,9 +336,6 @@ div.about{
margin-right: 150px;
color: rgb(155, 151, 151);
}
.con{
/* margin-right: 250px; */
}
.con h4{
padding: 0px;
font-size: 15px;
Expand Down Expand Up @@ -13690,3 +13687,61 @@ textarea.form-control {
color: white;
}

/*contact us section*/
section.contact{
margin-left: auto;
margin-right: auto;
width: 90%;

}
section div.cform div.cpic img.cpic {
width: 420px;

}
div img.cpic{
background-color: rgb(26, 26, 26);
margin-left: 170px;
background-size: cover;
}
div.cpic{
height: 40%;
}
section.contact div.cform{
display: flex;
}
section.contact div.form form.form{
margin-top: 38px;
/* margin-left: 30px; */

}
input#send{
padding: 25px;
width: 14em;
border-radius: 60px;
outline: none;
background-color: #ffbd39;
border: none;
font-weight: bolder;

}
div.form{
background-color: rgb(219, 219, 219);
width: 25em;
margin-left: 0%;
padding: 30px;
}
form.form{
margin-bottom: 50px;
}
form input.form1{
width: 22em;
height: 40px;
}
section div.cform{
height: 580px;
}
section.contact{
margin-bottom: 400em;
margin-left: 130px;
}