<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

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.