Keep Creating

HTML
<h1 class="center back-text">Keep Creating</h1>
CSS
* { -webkit-transition: 0.35s ease; transition: 0.35s ease; box-sizing: border-box; } body { background-color: #333; font-size: 18px; letter-spacing: 2px; font-weight: 400; line-height: 24px; } .center { display: false; position: absolute; margin: false; margin: 0; top: 50%; left: 50%; right: false; bottom: false; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); text-align: center; width: 88%; } .back-text { font-family: 'Yesteryear', cursive; font-size: 150px; letter-spacing: 0; font-weight: false; line-height: 160px; background: url("https://i.giphy.com/26ufo4EIIEdB8tX3y.gif") no-repeat center; background-size: cover; -webkit-background-clip: text; -ms-background-clip: text; background-clip: text; color: #000; -webkit-text-fill-color: transparent; padding: 15px; width: 90%; max-width: 800px; }
JAVASCRIPT
Expand for more options Login