Web.QHMIT
.com
Toggle navigation
☰
Home
HTML
CSS
Scripting
Database
Run
<!DOCTYPE html> <title>Example</title> <style> body { font-size: 9vh; } .hilarious { font-family: fantasy; } .hilarious::before { content: "\1F610"; padding-right: 10px; animation: myAnimation 10s ease 0s infinite forwards; } @keyframes myAnimation { 20% { content: "\1F642"; } 40% { content: "\1F601"; } 60% { content: "\1F606"; } 80% { content: "\1F602"; } } </style> <p>And then he said:</p> <blockquote class="hilarious">I'll never do that again!</blockquote>
Preview