<!--HTML--><link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:400,600' rel='stylesheet' type='text/css'> <style> .circthread2 {width: 480px; padding: 10px; background-color: #fff; border: 1px solid #eee; font: 8px source code pro; color:#bfbfbf; text-align: center; text-transform: uppercase;} .circthread2a {height: 80px; background-color:#000; text-align: center; } .circthread2c {position: relative; left: 107px; top: -68px; width: 110px; background-color:#000; color:#fff; padding: 5px; padding-left: 20px; z-index: 1;} .circthread2d {color:#000; text-align: justify; padding: 10px; text-transform: none; font: 10px arial; margin-top: -20px;} .circcred {width: 480px; text-align: right;} .circcred a{font: 5pt source code pro; text-transform: uppercase;} </style> <center> <div class="circthread2"> <div class="circthread2a"></div><center><div style="background-image: url('http://sa.uploads.ru/erXih.gif'); width: 120px; height: 120px; margin-top: -60px; border: 5px solid #fff; border-radius: 50%; background-position: center; background-size: cover; position: relative; z-index: 2;"> </div> <div class="circthread2c"> внешность (eng.)</div> <div class="circthread2d"> <font size="5" color="#000000"><b>П</b></font></b>ривет, меня зовут <b>Имя Фамилия</b> и мне <b>возраст цифрой</b> лет(года). Я очень занятой человек, работаю <b>профессия</b>, так что подробнее о себе расскажу позже. Только на прощание брошу пару фраз о том, что я <b>ориентация</b>, но не обольщайтесь, ведь я <b>занят(-тa).</b> (и ты можешь пригласить меня на свидание, ведь я <b>свободен(-на)</b>). <br><br> <table> <tr> <td> <center><b>положительные черты</b><br> ...<br> ...<br> ...<br> ...<br> ...<br></center> </td> <td> <center><b>отрицательные черты</b><br> ...<br> ...<br> ...<br> ...<br> ...<br></center> </td> </tr> </table> </center> </div></div> </center>
[code]<!--HTML--><link href='http://fonts.googleapis.com/css?family=Source+Code+Pro:400,600' rel='stylesheet' type='text/css'>
<style>
.circthread2 {width: 480px; padding: 10px; background-color: #fff; border: 1px solid #eee; font: 8px source code pro; color:#bfbfbf; text-align: center; text-transform: uppercase;}
.circthread2a {height: 80px; background-color:#000; text-align: center; }
.circthread2c {position: relative; left: 107px; top: -68px; width: 110px; background-color:#000; color:#fff; padding: 5px; padding-left: 20px; z-index: 1;}
.circthread2d {color:#000; text-align: justify; padding: 10px; text-transform: none; font: 10px arial; margin-top: -20px;}
.circcred {width: 480px; text-align: right;}
.circcred a{font: 5pt source code pro; text-transform: uppercase;}
</style>
<center>
<div class="circthread2">
<div class="circthread2a"></div><center><div style="background-image: url('ссылка на гиф'); width: 120px; height: 120px; margin-top: -60px; border: 5px solid #fff; border-radius: 50%; background-position: center; background-size: cover; position: relative; z-index: 2;"> </div>
<div class="circthread2c"> внешность (eng.)</div>
<div class="circthread2d">
<font size="5" color="#000000"><b>П</b></font></b>ривет, меня зовут <b>Имя Фамилия</b> и мне <b>возраст цифрой</b> лет(года). Я очень занятой человек, работаю <b>профессия</b>, так что подробнее о себе расскажу позже. Только на прощание брошу пару фраз о том, что я <b>ориентация</b>, но не обольщайтесь, ведь я <b>занят(-тa).</b> (и ты можешь пригласить меня на свидание, ведь я <b>свободен(-на)</b>). <br><br>
<table>
<tr>
<td>
<center><b>положительные черты</b><br>
...<br>
...<br>
...<br>
...<br>
...<br></center>
</td>
<td>
<center><b>отрицательные черты</b><br>
...<br>
...<br>
...<br>
...<br>
...<br></center>
</td>
</tr>
</table>
</center>
</div></div>
</center>[/code]