[html]
<style type="text/css">
body {
background: #333;
}
.box {
position: relative;
overflow: hidden;
height: 376px;
width: 710px;
background: url('https://forumupload.ru/uploads/0018/28/7e/975/195882.jpg') center left no-repeat;
background-size: cover;
cursor: pointer;
}
.hover-effect {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(10, 8, 14, 0.8);
transition: all 0.3s ease-in-out;
opacity: 0;
}
.box:hover .hover-effect {
opacity: 1;
}
.box:hover .hover-text {
right: 0;
}
.hover-text {
position: absolute;
right: -100%;
bottom: 0;
display: block;
max-width: 100%;
padding: 0px 12px;
text-decoration: none;
font-family: "Proxima Nova";
text-align: right;
transition: all 0.5s ease-in-out;
}
h1 {
width: 100%;
font-size: 22px;
letter-spacing: 5px;
padding: 0.8em 0;
color: #fff;
border-bottom: 1px solid #fff;
font-weight: 400;
}
p {
width: 100%;
line-height: 1em;
font-size: 12px;
display: inline-block;
color: #fff;
font-weight: 400;
text-align: right;
}
</style>
<center><div class="box">
<div class="hover-effect">
<a href="#" class="hover-text">
<h1 style='font-size: 22px'>02.02.1203 - УГАСШАЯ НАДЕЖДА</h1>
<p><b>Участники:</b><br>
Vivian De Vilar<br>Edgeworth Karma<p>
<p><b>Местность:</b><br>
Окрестности Йонна<p>
<p><b>Погода:</b><br>
-8°, ❄<p>
<p style='text-align: justify; font-family: "Times New Roman"; font-size: 14px'><i>После ритуала Вивиан оказывается в ближайшей таверне деревушки с названием Йонна, что находится на севере. С желанием спасти свою любимую, в которой едва-едва оставались крупицы жизни, Эджворт заботится о еле дышащем теле еще некоторое время и с неподдельной радостью встречает Вивиан, которая распахнула глаза через пару дней, наполненные магическим янтарным светом. Однако его радость омрачает одна большая и важная деталь...</i></p>
</a>
</div>
</div></center>
[/html]