About
Explore
Events & Classes
Support Us
Join
Sign In
Ibraheem
View Project Page
Run
Fullscreen
JUSTcodaborate Newsarticle
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> <div class='title-main' align='center'>JCN</div> <div class='title' align='center'>JUST-Codaborate-Newsarticle</div> <meta charset="utf-8"> <meta name="author" content="Ibraheem"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <h2>Come on in and see all the recent projects and events.</h2> <div1> <h3>These are the 5 most popular projects!</h3> <ol> <li><a href="https://justcodaborate.org/projects-101" target="_blank">Cute Penguin by Lilla Mardiui with 1261 views</a></li> <li><a href="https://justcodaborate.org/projects-183" target="_blank">Cute Penguin by Lilla Mardiui with 1010 views</a></li> <li><a href="https://justcodaborate.org/projects-847" target="_blank">Free to use colours! by code-art with 873 views</a></li> <li><a href="https://justcodaborate.org/projects-1082" target="_blank">Hello coding by code-art with 819 views</a></li> <li><a href="https://justcodaborate.org/projects-680" target="_blank">AT with code-art! by emma-the-artist with 803 views</a></li> </ol> </div1> <div2> <h3>These are the 5 latest projects!</h3> <ol> <li><a href="https://justcodaborate.org/projects-1541" target="_blank">Navigation bar by Ibraheem</a></li> <li><a href="https://justcodaborate.org/projects-1490" target="_blank">Pop the baloons by purple_ghost</a></li> <li><a href="https://justcodaborate.org/projects-1486" target="_blank">Very responsive Bootstrap website by Illyaas</a></li> <li><a href="https://justcodaborate.org/projects-1444" target="_blank">random ghost by purple_ghost</a></li> <li><a href="https://justcodaborate.org/projects-1443" target="_blank">Color change BG by Illyaas</a></li> </ol> </div2> <div3> <h3>These are the people with the most popular and latest projects!</h3> <ul> <li><a href="https://justcodaborate.org/users-13" target="_blank">Lilla Mardiui</a></li> <li><a href="https://justcodaborate.org/users-183" target="_blank">code-art</a></li> <li><a href="https://justcodaborate.org/users-103" target="_blank">emma-the-artist</a></li> <li><a href="https://justcodaborate.org/users-52" target="_blank">Ibraheem</a></li> <li><a href="https://justcodaborate.org/users-87" target="_blank">purple_ghost</a></li> <li><a href="https://justcodaborate.org/users-49" target="_blank">Illyaas</a></li> </ul> </div3> <br> <br> <br> <br> <br> <p><i>© Made Wednasday 22nd December 2021</i></p> </body> </html>
.title-main{ border: solid; width: 110px; font-size: 50px; position: absolute; left: 300px; font-family: Cursive; } .title{ border: solid; width: 500px; font-size: 30px; position: absolute; left: 90px; top: 110px; font-family: Cursive; } h2{ align: center; position: absolute; left: 90px; top: 150px; font-family: Cursive; } div1{ align: center; position: absolute; left: 90px; top: 230px; font-family: Cursive; } div2{ align: center; position: absolute; left: 90px; top: 430px; font-family: Cursive; } div3{ align: center; position: absolute; left: 90px; top: 630px; font-family: Cursive; } li{ text-decoration: none; } p{ align: center; position: absolute; top: 900px; font-family: Cursive; }