About
Explore
Events & Classes
Support Us
Join
Sign In
mYnAmEiScHoCoBeAn
View Project Page
Run
Fullscreen
CoderKokonut | Fork | Fork
HTML
CSS
JS
<!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> Some heading.</h1> <button onclick="thingy()">Prepare to be sparkled!</button> </body> </html>
button { background-color: gold; font-family: "Consolas"; font-weight: bolder; color: white; border: 5px dotted goldenrod; border-radius: 10%; padding: 5%; margin-left: 20px; }
function thingy() { window.open("https://justcodaborate.com/user-168"); }