Skip to content

Instantly share code, notes, and snippets.

@Steph-harris
Created November 5, 2015 00:30
Show Gist options
  • Save Steph-harris/fe5ac67cda721172f6e1 to your computer and use it in GitHub Desktop.
Save Steph-harris/fe5ac67cda721172f6e1 to your computer and use it in GitHub Desktop.
<section id="Contact">
<h2>Contact Info</h2>
<p><strong>Mailing Address:</strong><br>
133 Arlington Ave <br> Somerset, NJ 08873</p>
<p><strong>Email: </strong>Steph.harris21@gmail.com</p>
<p><strong>Cell Number:</strong> 908-616-8505</p>
<p><strong>Social Media:</strong>
<ul>
<li><a href="https://www.linkedin.com/in/stephharris21"> LinkedIn </a></li>
<li><a href="https://github.com/Steph-harris"> Github </a></li>
<li><a href="http://stackoverflow.com/users/5072001/stephanie-harris"> StackOverflow </a></li>
</ul>
</p>
<h3>Leave a Message</h3>
<form>
Name:
<input type="text">
<br>
Email:
<input type="email" >
<br>
Comment:
<br>
<textarea rows ="4" cols="40">
</textarea>
</form>
<div>
<p></p>
</div>
</section>
body {
background-color: #fefefe
}
h1, h2, h3, body {
font-family: 'Ultra', serif
}
ol > li:first-child {
background-color: green
}
.red {
color:red;
}
a {
color: #f3843e;
}
#Contact {
background: url('https://scontent-iad3-1.xx.fbcdn.net/hphotos-xfa1/v/t1.0-9/11149307_960663…7008243973284878144_n.jpg?oh=6d34db54647d0e9391be04e76292d757&oe=56BDB6AB');
background-size: inherit;
background-repeat: no-repeat;
background-position: right;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment