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
Open
MOTEL
The YouTube Short
@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; } * { box-sizing: border-box; margin: 0; padding: 0; } html, body { background: #090000; height: 100vh; display: flex; flex-direction: column; align-items: center; justify-content: center; color: white; } h1 { font-family: "Nunito", sans-serif; font-size: 100px; font-weight: 400; } h2 { font-family: "Playwrite CU", cursive; font-size: 50px; } .pink { color: azure; --color1: #ffc9f3; --color2: #ff93e7; --color3: #ca1f7b; --color4: magenta; --color5: #b81d70; } .turquoise { color: #e2fefe; --color1: #b1fdfe; --color2: #80fdff; --color3: #4ffcff; --color4: #1efbff; --color5: #00e9ec; } .neon { text-shadow: 0 0 10px var(--color1), 0 0 20px var(--color2), 0 0 40px var(--color3), 0 0 80px var(--color4), 0 0 100px var(--color4); }
console.log("Event Fired")