Newer
Older
minerva / Tests / LibWeb / Ref / reference / css-gradient-currentcolor-ref.html
@minerva minerva on 13 Jul 156 bytes Initial commit
<html>
<style>
    div {
        width: 200px;
        height: 200px;
        background: linear-gradient(green, white);
    }
</style>
<div></div>
</html>