scrimba
Frontend Career Path
Web dev basics
Build a Google.com clone
Fix the input field
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

AboutCommentsNotes
Fix the input field
Expand for more info
styles.css
run
preview
console



.main {
margin-top: 100px;
}

.logo-img {
display: block;
width: 300px;
margin-bottom: 20px;
margin-left: auto;
margin-right: auto;
}

.search-input {
display: block;
width: 400px;
margin-left: auto;
margin-right: auto;
/*
Challenge:
Design the search field according to the spec
*/

}

Console
/index.html
-4:43