Код:
<!--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=""> <div class="info"> <div class="uname">misha</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>Misha Hitch</b> <a href="/"></a> </div> </div> </div> <div style="height: 60px; width: 100%;"></div> <table> <tr> <td class="pic"><img src="http://savepic.ru/14280383.jpg"></td> <td class="pic"><img src="http://savepic.ru/14271167.jpg"></td> <td class="pic"><img src="http://savepic.ru/14247615.jpg"></td> </tr> <tr> <td class="pic"><img src="http://savepic.ru/14266046.jpg"></td> <td class="pic"><img src="http://savepic.ru/14270142.jpg"></td> <td class="pic"><img src="http://savepic.ru/14255806.jpg"></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>
Отредактировано Misha Hitch (2017-06-05 14:06:12)