About
Explore
Events & Classes
Support Us
Join
Sign In
code-art
View Project Page
Run
Fullscreen
AT with emma-the-artist
HTML
CSS
JS
<!-- Created by code-art, subject to copyright. emma-the-artist for her OC. I did an art trade with her! --> <!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="author" content="code-art"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <h1>AT with <a target="_blank" href="https://justcodaborate.com/user-103">emma-the-artist</a><br> by <a target="_blank" href="https://justcodaborate.com/user-183">code-art</a></h1> <img src="https://justcodaborate.com/project_images/emmaatwbarney.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; }