ElementStacks

by hfrntt

HTML

<div id="container"></div>

CSS

#container {
    border: 1px solid #000;
    cursor: zoom-in;
    height: 300px; 
    width: 300px;
}