Borders
Try changing the borders.
.box { background-color: #567895; border: 5px solid #0b385f; border-bottom-style: dashed; color: #fff; } h2 { border-top: 2px dotted rebeccapurple; border-bottom: 1em double rgb(24 163 78); }
<div class="box"> <h2>Borders</h2> <p>Try changing the borders.</p> </div>