How to separate 2 divs with the same background-color

How can I separate 2 divs with the same background colour? Cause they’re stuck onto each other and I don’t want them to be one single element.
Thx in advance for the help!

Link:
https://codepen.io/M_Opp3l/pen/JjYvaBL

Hello!

  <div>
    
    <div class="post-format">

You’ve got an opening div tag on line 9 that should be a closing </div> tag. :slight_smile:

2 Likes

Thank you, it works!