[html]<center><div class="rulescontainer"> <div class="socialheader"><div class="socialheader1">instagram</div></div> <div class="socialcontent"> <table><tr> <td><div class="instagrammain" style="background-image:url(image);"> </div></td> <td valign="top"><div class="instagramwords"><div class="instagramusername">username</div> <b>##</b> posts <b>###</b> followers <b> ###</b> following <hr> <b>first last</b> small blurb will go here, but don't make it too long like four lines max would be best, maybe five lines tops for it. </div></td> </tr></table> <table><tr> <td><div class="instagramfeedimage" style="background-image:url(image);"><div></td> <td><div class="instagramfeedimage" style="background-image:url(image);"><div></td> <td><div class="instagramfeedimage" style="background-image:url(image);"><div></td> </tr><tr> <td><div class="instagramfeedimage" style="background-image:url(image);"><div></td> <td><div class="instagramfeedimage" style="background-image:url(image);"><div></td> <td><div class="instagramfeedimage" style="background-image:url(image);"><div></td> </tr><tr> <td><div class="instagramfeedimage" style="background-image:url(image);"><div></td> <td><div class="instagramfeedimage" style="background-image:url(image);"><div></td> <td><div class="instagramfeedimage" style="background-image:url(image);"><div></td> </tr></table> </div> </div></center>
<style>
.socialfooter {
width: 260px;
background-color: #dcb494;
padding: 6px 10px 6px;
line-height: 100%;
text-align: center;
font-size: 10px;
font-family: montserrat, calibri;
font-weight: 300;
text-transform: lowercase;
color: #fff;
padding: 10px;
font-style: italic;
}
.socialheader {
width: 260px;
background-color: #dcb494;
padding: 10px;
padding-bottom: 15px;
line-height: 100%;
text-align: left;
font-size: 10px;
font-family: montserrat, calibri;
font-weight: 300;
text-transform: lowercase;
color: #fff;
font-style: italic;
}
.socialheader a{
color: #fff;
}
.socialcontent {
width: 260px;
padding: 10px;
background-color: #fff;
}
.socialheader1 {
width: 240px;
margin-bottom: 2px;
padding: 10px 10px 0px;
text-align: right;
font-family: debby, cursive, calibri;
font-size: 35px;
color: #ffffff;
text-transform: lowercase;
line-height: 75%;
border-bottom: #ffffff dotted 1px;
}
.rulescontainer {
width: 280px;
padding: 20px;
background-color: #eeeeee;
background-image:url(https://files.jcink.net/uploads2/lizzie … _light.png);
}
.instagrammain {
width: 90px;
height: 90px;
background-image:url(http://placehold.it/90);
border: solid 1px #c1c1c1;
border-radius: 100px;
background-size: cover;
}
.instagramusername {
text-align: justify;
font-size: 20px;
font-family: montserrat, calibri;
font-weight: 300;
text-transform: lowercase;
color: #dcb494;
line-height: 100%;
margin-bottom: 5px;
}
.instagramwords {
width: 140px;
padding: 10px;
text-align: justify;
font-size: 9px;
font-family: montserrat, calibri;
font-weight: 300;
text-transform: lowercase;
color: #555;
line-height: 100%;
}
.instagramfeedimage {
width: 75px;
height: 75px;
background-image:url(http://placehold.it/75);
border: solid 1px #c1c1c1;
background-size: cover;
}
.twitterfeedimage {
width: 75px;
height: 75px;
background-image:url(http://placehold.it/75);
background-size: cover;
border: solid 1px #c1c1c1;
border-radius: 100px;
}
.instagramwords b{
color: #be876a;
}
.instagrampost {
width: 250px;
height: 250px;
background-image:url(http://placehold.it/260);
border: solid 1px #c1c1c1;
margin-top: 5px;
background-size: cover;
}
.instagrampostwords {
width: 240px;
padding: 10px;
text-align: justify;
font-size: 10px;
font-family: montserrat, calibri;
font-weight: 300;
text-transform: lowercase;
color: #555;
line-height: 100%;
}
.instagrampostwords b{
color: #be876a;
font-size: 12px;
}
.instagrampostwords a{
color: #be876a;
font-size: 12px;
font-weight: bold;
}
.instagrampostwords i{
color: #be876a;
font-size: 10px;
}
</style>[/html]