JSFiddle - React, Tailwind, and code Playground

by Ivin Raj S

HTML

<div class="riseImages topRise"></div>
<div class="riseImages bottomRise"></div>

CSS

.riseImages
{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 650px;
    overflow: hidden;
    z-index: 4;
    background-image: url("img/page1/bg shapes.png");
    background-repeat: repeat;
    background-size: initial;
    /*-webkit-animation-name: rise;
    -webkit-animation-duration: 18s;
    -moz-animation-delay: 18s;
    -webkit-animation-delay: 18s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;*/
}