scrimba
CSS Challenges
Challenge: Expanding Search Bar
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

Challenge: Expanding Search Bar
AboutCommentsNotes
Challenge: Expanding Search Bar
Expand for more info
index.html
run
preview
console
<!doctype html>
<html>
<head>
<title></title>
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<input type="search"
class="search-bar"
id="search-field"
placeholder="Search..."/>
</div>
</body>
</html>
Console
/index.html
-2:20