Newer
Older
minerva / Tests / LibWeb / Layout / input / block-and-inline / button-with-before-pseudo.html
@minerva minerva on 13 Jul 414 bytes Initial commit
<!DOCTYPE html><style type="text/css">
.button_button___eDCW {
    background-color: initial;
    font-size: 50px;
    position: relative;
    color: blueviolet;
}
.button_button___eDCW:before {
    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>