About
Explore
Events & Classes
Support Us
Join
Sign In
purple_ghost
View Project Page
Run
Fullscreen
Happy Famz Text-Only Design
HTML
CSS
JS
<!-- Created by purple_ghost, subject to copyright. --> <!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <h1>happy famz!</h1> </body> </html>
body { justify-content: center; text-align: center; align-items: center; background-color: #14b398; } h1 { font-size: 120px; text-transform: uppercase; font-family: sans-serif; color: #fcba03; display: block; margin: auto; }