Frontend Forever App
We have a mobile app for you to download and use. And you can unlock many features in the app.
Get it now
Intall Later
Run
HTML
CSS
Javascript
Output
Document
HOT
HOT
@charset "UTF-8"; @import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800); *, :after, :before { box-sizing: border-box; padding: 0; margin: 0; } :root { --main-bg: #1d1e22; } html { box-sizing: border-box; } *, *::before, *::after { box-sizing: inherit; margin: 0; padding: 0; } body { position: relative; display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 2rem; padding: 1rem; min-height: 100vh; font-weight: 700; font-family: "Monoton", sans-serif; color: #ffffff; background-color: var(--main-bg); } svg { position: absolute; } .wrapper { position: relative; width: 100%; text-align: center; & p { font-size: 10rem; } } .fire { filter: url("#fire"); } .smoke { position: absolute; width: 100%; filter: url(#smoke) blur(5px) opacity(.8); } .smoke::before { content: attr(data-text); position: absolute; filter: url(#smoke) drop-shadow(0 0 40px #ffffff) blur(40px); } @media (max-width: 768px) { html { font-size: 10px; } }
console.log("Event Fired")