About
Explore
Events & Classes
Support Us
Join
Sign In
emma-the-artist
View Project Page
Run
Fullscreen
AT with code-art - Ice-Cream Van
HTML
CSS
JS
<!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="viewport" content="initial-scale=1.0,shrink-to-fit=no,width=device-width"> </head> <body> <img src="https://justcodaborate.org/project_assets/ice%20cream%20van.png"> </body> </html>
*, body { margin: 0 auto; padding: 0 auto; align-items: center; justify-content: center; text-align: center; } img { width: 100%; height: 100%; }