ElementStacks
by hfrntt
HTML
<div id="container"></div>
CSS
#container {
border: 1px solid #000;
cursor: zoom-in;
height: 300px;
width: 300px;
}
by hfrntt
<div id="container"></div>
#container {
border: 1px solid #000;
cursor: zoom-in;
height: 300px;
width: 300px;
}