scrimba
Build Components in HTML, CSS & JS
Framed Image Loader - The JS πŸ’»
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

Framed Image Loader - The JS πŸ’»
AboutCommentsNotes
Framed Image Loader - The JS πŸ’»
Expand for more info
index.css
run
preview
console
.image {
max-width: 400px;
max-height: 400px;
height: 400px;
background-image: none;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin: 1em;
}

.input-div {
margin: 0.5em;
margin-left: 1em;
}
Console
/index.html
-7:02