Back to battles

#161

Converge

<div></div>
<style>
  body {
    background: #e3516e;
    display: grid;
    place-content: center;
  }
  div {
    width: 184px;
    height: 184px;
    background: #fade8b;
  }

  div::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    height: 270px;
    width: 30px;
    background: #e3516e;
    rotate: 45deg;
  }
  div::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    height: 270px;
    width: 30px;
    background: #e3516e;
    rotate: -45deg;
  }
</style>

26

7/8