banner bottom white bg

  • 46
  • 0

banner bottom white bg

.banner-block:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 215px;
    background: url(banner-bg.png)no-repeat;
    bottom: -50px;
    background-size: contain;
    background-position: bottom;
    pointer-events: none;
}