scrimba
Build Components in HTML, CSS & JS
Gallery with Key Click - The HTML/CSS 🧱🎨
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

Gallery with Key Click - The HTML/CSS 🧱🎨
AboutCommentsNotes
Gallery with Key Click - The HTML/CSS 🧱🎨
Expand for more info
index.html
run
preview
console
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Component 5 - Gallery with Key Click</title>
</head>
<body>


<script type="text/javascript" src="index.js"></script>
</body>
</html>
Console
/index.html
-2:50