About
Explore
Events & Classes
Support Us
Join
Sign In
Ibraheem
View Project Page
Run
Fullscreen
Star challenge
HTML
CSS
JS
<!-- Your new project - here it is! Create something awesome with the JUSTCodaborate code editor! Created by Ibraheem, subject to copyright. --> <!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="author" content="Ibraheem"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <div class="div1"> <h1 align="center">Be Creative</h1> </div> <div class="div2"> <h3 align="center">A simple webpage built by Ibraheem(me)</h3> </div> <h3>Let's be creative together -->> SCROLL DOWN! NOW!</h3> <img src=""> <p>STUPID IMAGE!</p> </body> </html>
.div1{ background-color:purple; padding: 25px; margin: -10px; } .div2{ background-color:pink; margin:-10px; padding:10px; } img{ height:400px; width:400px; margin:auto; }