Home Text Effect

Tags:

Text Effect - Optimist

 36 | 1 |  0

View Full Width
                      
            html, body {
  width: 100%;
  height: 100%;
}

body {
  overflow: hidden;
  background: #131313;
  perspective: 1000px;
}

.texteffect {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, -100px) scaleY(0.8) rotateX(7deg) rotateY(-30deg);
}          
                      
Description
Recent comments

Latest Comments section by users

Loading…