scrimba
The Weekly Web Dev Challenge
Weekly Web Dev Challenge: Space Button ๐Ÿช
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Weekly Web Dev Challenge: Space Button ๐Ÿช
AboutCommentsNotes
Weekly Web Dev Challenge: Space Button ๐Ÿช
Expand for more info
index.html
run
preview
console
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Space Exploration Button</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<!-- Your button right here -->

</body>
</html>
Console
/index.html
-4:01