About
Explore
Events & Classes
Support Us
Join
Sign In
usertoy
View Project Page
Run
Fullscreen
usertoy's code project 15
HTML
CSS
JS
<!-- Your new project - here it is! Create something awesome with the JUSTCodaborate code editor! --> <!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset='utf-8'> <meta name='author' content='usertoy'> <meta name='viewport' content='width=device-width, initial-scale=1.0'> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"> </head> <body> <top>Code project advertising and more! Here you can explore and see what's intresting for you!</top> <h2 class="godown">Have you missed some of my code projects? Check them out <h1 class="godownagain"><b>NOW!</b></h1></h2> <br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br> <div class="UCP"> <a href="https://justcodaborate.com/view_project?project_id=184&project_status=Public" target="_blank">My 14th code project</a> <br> <a href="https://justcodaborate.com/view_project?project_id=182&project_status=Public" target="_blank">My 13th code project</a> <br> <a href="https://justcodaborate.com/view_project?project_id=181&project_status=Public" target="_blank">My 12th code project</a> <br> <a href="https://justcodaborate.com/view_project?project_id=121&project_status=Public" target="_blank">My 11th code project</a> <br> <a href="" target="_blank">My 10th code project</a> </div> </body> </html> </div> </body> </html>
top { background-color: #a4fcaa; color: #04b30f; position: absolute; top: 0%; left: 0%; right: 0%; font-size: 50px; font-weight: 999; font-family: Comic Sans Ms; border-bottom: 4px solid #009416; } .godown { position: absolute; top: 260px; } .godownagain { position: absolute; top: 260px; right: 20px; } .UCP { background-color: #33eeff; color: #d6edff; } a { color: #ff9a1f; text-decoration: none; } a:visited { color: #cf7302; }