Perspective Text

HTML
<div id="element"> Texto </div> <h1>900-900</h1>
CSS
body{ perspective: 400px; } #element{ color:#000; font-size:50px; transform: rotateY(35deg); margin:20px auto; background:yellow; width:300px; } h1{ text-align:center; font-size:111px; background: -webkit-linear-gradient(#eee, #333); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }
JAVASCRIPT
Expand for more options Login