About
Explore
Events & Classes
Support Us
Join
Sign In
purple_ghost
View Project Page
Run
Fullscreen
Keep Calm and Start Coding Design
HTML
CSS
JS
<!-- Created by purple_ghost, subject to copyright. --> <!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="author" content="purple_ghost"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <img src="https://justcodaborate.org/project_assets/keep%20calm%20crown.png"> <h1>keep calm</h1> <h3>and</h3> <h1>start coding</h1> </body> </html>
body { background-color: #fcba03; justify-content: center; align-items: center; text-align: center; overflow: hidden; } img { width: 100px; height: 100px; margin: 0; } h1 { font-size: 130px; margin: 0; text-transform: uppercase; font-family: sans-serif; } h3 { font-size: 40px; margin: 0; text-transform: uppercase; font-family: sans-serif; }