Код:
<!--HTML--><link href='https://fonts.googleapis.com/css?family=Lato:400,700' rel='stylesheet' type='text/css'>

<center><div class="demondays">

<div class="header">

 <img src="http://placehold.it/140">
 
 <div class="info">
 
   <div class="uname">username</div>
   
   <a href="http://shine.jcink.net/index.php?showuser=8549" title="BY MITZI"><div class="follow">follow</div></a>
   
   <div class="etc">...</div>
   
   <div class="under"><b>Name Here</b>
   Description here there's a lot of space but still don't make it too long
   <a href="/">www.website.com</a>
   </div>
 </div>
 </div>
 
<div style="height: 60px; width: 100%;"></div>

 <table>
 
 <tr>
   <td class="pic"><img src="https://placehold.it/150"></td>
   <td class="pic"><img src="https://placehold.it/150"></td>
   <td class="pic"><img src="https://placehold.it/150"></td>
 </tr>

 <tr>
   <td class="pic"><img src="https://placehold.it/150"></td>
   <td class="pic"><img src="https://placehold.it/150"></td>
   <td class="pic"><img src="https://placehold.it/150"></td>
 </tr>
   
 </table>

</div></center>

<style>

 .demondays {
   background: #fafafa;
   width: 500px;
   padding: 30px 20px;
   color: #4b4f54;
   box-shadow: -1px 1px 5px rgba(0,0,0,.2);
 }
 
 .demondays .header img {
   width: 140px;
   height: 140px;
   border-radius: 50%;
   float: left;
   border: solid 1px #cccfd0;
   margin-left: 10px;
 }
 
 .demondays .info {
   margin-left: 180px;
   font: 15px 'lato';
   line-height: 22px;
   text-align: left;
 }
 
 .demondays .uname {
   font-size: 30px;
   display: block;
   float: left;
   margin-top: 2px;
 }
 
 .demondays .follow {
   color: #4090db;
   text-transform: uppercase;
   font-size: 12px;
   margin-left: 10px;
   border: solid 1px;
   padding: 5px 10px;
   border-radius: 2px;
   font-weight: bold;
   display: inline-block;
   line-height: 16px;
 }
 
 .demondays .follow:hover {
   border-color: #2d6599;
   color: #2d6599;
 }
 
 .demondays .follow a {
   color: #4090db;
   text-decoration: none;
 }
 
 .demondays .etc {
   color: #fafafa;
   text-shadow: 1px 0px #8d9192, -1px 0px #8d9192, 0px 1px #8d9192, 0px -1px #8d9192;
   font-size: 25px;
   letter-spacing: 3px;
   display: inline-block;
   padding-left: 10px;
 }
 
 .demondays .under {
   padding-top: 15px;
 }

 .demondays .info .under a {
   display: block;
   color: #125688;
   text-decoration: none;
 }

 .demondays .pic {
   border: solid 5px #fafafa;
   background: #fff;
   text-align: center;
 }
 
 .demondays .pic img {
   height: 150px;
 }
 
</style>

Отредактировано Betty Cooper (2017-06-08 20:39:49)