SGF Contact
by Koubenec
HTML
<div class="contactcontainer"><div class="contactpic"></div><span class="name">Will Walker</span><span class="desc">Citadel class of 2011</span></div>
CSS
.contactcontainer {
width: 680px;
height: 100px;
background-color: #414042;
}
.contactpic {
width: 80px;
height: 80px;
background-color: #939393;
position: absolute;
top: 10px;
left: 10px;
}
.name {
font-size: 20px;
color: #fff;
font-family: 'times new roman';
position: relative;
top: 10px;
left: 100px;
}
.desc {
font-size: 18px;
color: #939393;
font-family: 'times new roman';
position: relative;
top: 10px;
left: 100px;
}