About
Explore
Events & Classes
Support Us
Join
Sign In
code-art
View Project Page
Run
Fullscreen
Ashley AR
HTML
CSS
JS
<!-- It's all yours Ashley, created by code-art subject to copyright. --> <!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> <center> <h1> Ashley's AR!</h1> <img src="https://justcodaborate.com/project_images/rforbarney.png"> </body> </html>
body { background-color: #0055ff; text-align: center; } img { left: 50%; top: 50%; position: absolute; transform: translate(-50%,-50%); }