<section class="first">
</section>
<section>
  <div>Recent articles</div>
</section>
section.first {
  position: relative;
  border-bottom: 2px solid red;
  height: 200px;
}

div {
  position: absolute;
  border: 2px solid red;
  background: #fff;
  display: inline-block;
  padding: 1em 2em;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.