Skip to content

Instantly share code, notes, and snippets.

@mikeyakymenko
Created May 24, 2015 07:53
Show Gist options
  • Select an option

  • Save mikeyakymenko/51908b5216de1d8d0276 to your computer and use it in GitHub Desktop.

Select an option

Save mikeyakymenko/51908b5216de1d8d0276 to your computer and use it in GitHub Desktop.
letter example
<style>
.letter {
background: red;
}
.best-reg {}
.table {
border-collapse: collapse; margin: 0; padding: 0;
}
.icon {
border-radius: 100%;
}
.regards-td {
width: 100%;
}
.regards-icons {
width: 100%;
}
</style>
<div class="letter">
<div class="best-reg">
<h1></h1>
<div class="article">
<p>asdads</p>
</div>
</div>
<table class="table">
<tr>
<td class="regards-td">
asdasd
</td>
<td class="regards-icons">
<a href="#">
<img class="icon" src="/media/cache/30/87/30876b9fb345def150310d9a2f93b159.jpg" alt="">
</a>
</td>
</tr>
</table>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment