About
Explore
Events & Classes
Support Us
Join
Sign In
emma-designs
View Project Page
Run
Fullscreen
an orange dress
HTML
CSS
JS
<!-- Created by emma-the-artist, subject to copyright. --> <!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="author" content="emma-the-artist"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <h1>an orange dress<br>by <a target="_blank" href="https://justcodaborate.org/users-295">emma-designs</a></h1> <img src="https://justcodaborate.org/project_assets/nana.png"> </body> </html>
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap'); body { font-family: 'Satisfy'; text-align: center; background-color: #f7f7f7; } h1 { font-size: 40px; text-align: center; } a { color: blue; text-decoration: none; }
/* little bits of art */