Newer
Older
minerva / Tests / LibWeb / Layout / input / block-and-inline / button-with-after-pseudo.html
@minerva minerva on 13 Jul 474 bytes Initial commit
<!DOCTYPE html><style type="text/css">
    button {
      background-color: initial;
    }
    .button_button___eDCW {
      font-size: 50px;
      position: relative;
      color: blueviolet;
    }
    .button_button___eDCW:after {
      content: "";
      position: absolute;
      z-index: -1;
      left: 0;
      top: 0;
      background-color: #d1ccb6;
      width: 100%;
      height: 100%;
    }
  </style><button class="button_button___eDCW">See more games</button>