<section>
<div></div>
<div></div>
<div></div>
</section>
section {
border: 0.5em solid #efefef;
display: flex;
margin: 1em;
overflow: hidden;
}
div {
box-shadow: 0 0 6px 1px #f00;
height: 300px;
margin: 6px;
width: 300px;
}
View Compiled
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.