About
Explore
Events & Classes
Support Us
Join
Sign In
emma-the-artist
View Project Page
Run
Fullscreen
AT with code-art!
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>AT with <a target="_blank" href="https://justcodaborate.org/users-183">code-art</a><br> by <a target="_blank" href="https://justcodaborate.org/users-103">emma-the-artist</a></h1> <img src="https://justcodaborate.org/project_assets/odo.png"> </body> </html>
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap'); body { font-family: 'Satisfy'; text-align: center; } h1 { font-size: 40px; } a { color: blue; text-decoration: none; } img { left: 50%; position: absolute; transform: translateX(-50%); margin-left: 30px; }