JSFiddle - React, Tailwind, and code Playground

by Kocsten

HTML

<ul class="dzoketun garikusa">
    <li>
            <h2>ZorNet: Создание сайта на uCoz</h2>
            <p>В ExtremeTech у всех нас есть свои особенности и технические пристрастия, но почти все здесь пользуются видеоиграми. По мере того, как 2017 год заканчивается, мы потратили хороший кусок нашего времени в этом месяце.</p>
    </li>
    <li><img class="zornetusla" src="http://zornet.ru/Aben/ABGDA/zornet_ru/LGarBYHIRPC2W54WDK6H4A.png" alt="Скрипты на сайте zornet.ru"/></li>
</ul>

CSS

.dzoketun {
    position: relative;
    width: 370px;
    height: 180px;
    overflow: hidden;
    float: left;
    margin-right: 3px;
    background-color: rgba(10, 27, 39, 0.93);
    border: 4.3px solid #fdfeff;
    border-radius: 15px;
    box-shadow: 0px 5px 14px 3px rgba(142, 138, 138, 0.79), 1px 4px 9px 10px rgba(0, 0, 0, 0);
}
.dzoketun p,.dzoketun h2 {
    color:#fff;
    padding:10px;
    left:-20px;
    top:20px;
    position:relative
}
.dzoketun p {
    font-family:'Geneva';
    font-size:15.9px;
    line-height:17px;
    margin:0
}
.dzoketun h2 {
    font-family:'Tahoma';
    font-size:19px;
    line-height:15px;
    margin:0;
}
.garikusa img {
    position: absolute;
    margin: -5px 0;
    right: 0;
    top: 0;
    cursor: pointer;
    -webkit-transition: top .4s cubic-bezier(0.42, 0, 0.45, 0.99),right .4s cubic-bezier(0.42, 0, 0.45, 1.01);
    -moz-transition: top .4s ease-in-out,right .4s ease-in-out;
    -o-transition: top .4s ease-in-out,right .4s ease-in-out;
    transition: top .4s cubic-bezier(0.42, 0, 0.52, 0.99),right .4s cubic-bezier(0.42, 0, 0.49, 0.96);
}
.garikusa img.zornetusla:hover {
    top:-230px;
    right:-330px;
    padding-bottom:215px;
    padding-left:312px
}