Emoji silhouette

HTML
<div class="animated infinite tada"> ✌️ </div>
CSS
body { background: -webkit-gradient(linear, 0% 0%, 100% 100%, from(rgb(255, 35, 98)), to(rgb(62, 35, 255))); display: table; width: 100%; height: 100vh; } div{ font-size: 7em; color: transparent; text-shadow: 0 0 0 white; display: table-cell; text-align: center; vertical-align: middle; }
JAVASCRIPT
Expand for more options Login