[html]<div class="title">
NAME SURNAME ETC
</div>
<div class="whodat">
описание персонажа в двух-трёх словах
</div>
<div id="background"> <div id="icon"><img src="https://i.imgur.com/8MNp3mK.png"></div>
<div id="desc">
<p>
сюда идёт описание
</p>
</div>
</div>
<style>
.title
{
font-size: 24px;
font-family: Julius Sans One;
font-weight: bold;
position: relative;
margin: auto;
top: 55px;
right: 20px;
padding: 5px;
z-index: 2;
display: block;
text-align: center;
}
#icon
{
height: 80px;
width: 80px;
top: -15px;
left: -15px;
float: left;
position: relative;}
#active#icon
{
transform: rotate(80deg);
}
#icon > img {
width: 80px;
padding: 5px;
border: solid 1px silver;
}
#background {
margin: auto;
top: 40px;
background: white;
position: relative;
width: 480px;
z-index: 1;
}
#desc
{padding: 20px;
position: relative;
right: -10px!important;
text-align: justify;
height: 200px;
overflow: auto;
text-transform: lowercase;
}
.whodat {
position: absolute;
font-size: 10px;
top: 47px;
transition: all ease-out 1s;
right: 300px;
z-index: 2;
opacity: 1;}
</style>[/html]
те самые, которые не то чтобы полноценные персонажи, но поиграть за них хочется. код. помните, что это html и энтер там не переносит текст! пользуйтесь <br> или <p></p>
|