About
Explore
Events & Classes
Support Us
Join
Sign In
codeOrRetreat
View Project Page
Run
Fullscreen
SuperSuprise!
HTML
CSS
JS
<!-- Your new project - here it is! Create something awesome with the JUSTCodaborate code editor! Created by codeOrRetreat, subject to copyright. --> <!DOCTYPE HTML> <html> <head> <title>Page Title</title> <meta charset="utf-8"> <meta name="author" content="codeOrRetreat"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <h1> This heading.</h1> <button onclick="thingy()">Suprise!</button> </body> </html>
button { background-color: green; font-family: "Comic Sans MS"; font-weight: bolder; border: 5px groove red; border-radius: 50%; padding: 5%; margin-left: 20px; }
function thingy() { window.open("https://justcodaborate.com/user-10"); }