About
Explore
Events & Classes
Support Us
Join
Sign In
code-art
View Project Page
Run
Fullscreen
My bridge!
HTML
CSS
JS
<!-- Your new project - here it is! Create something awesome with the JUSTCodaborate code editor! 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> <br><br><br> <h1>A bridge made by code-art!</h1> <h1>PLEASE FOLLOW</h1> <img src="https://justcodaborate.org/project_assets/bridgeforcodea.png"> </body> </html>
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap'); body { background-color: #7ddbff; } img { left: 50%; top: 50%; position: absolute; transform: translate(-50%,-50%); } h1 { font-family: "Kalam"; text-align: center; }