SOURCE

console 命令行工具 X clear

                    
>
console
<div class="main">
  <!-- <div class="left"></div> -->
  <a class="right"》</div>
  <p>
    Sometimes a web page's text content appears to be funneling your attention
    towards a spot on the page to drive you to follow a particular link.
    Sometimes you don't notice.
    Sometimes a web page's text content appears to be funneling your attention
    towards a spot on the page to drive you to follow a particular link.
    Sometimes you don't notice.
    Sometimes a web page's text content appears to be funneling your attention
    towards a spot on the page to drive you to follow a particular link.
    Sometimes you don't notice.
  </p>
</div>
.main {
  width: 530px;
}

.left,
.right {
  background-color: lightgray;
  height: 12ex;
  width: 40%;
}

.left {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
  float: left;
  shape-outside: polygon(0 0, 100% 100%, 0 100%);
}

.right {
  clip-path: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
  float: right;
  shape-outside: polygon(0 80%, 100% 80%, 100% 100%, 0 100%);
}

p {
  text-align: center;
}