Newer
Older
minerva / Tests / LibWeb / Ref / reference / calc-border-radius-ref.html
@minerva minerva on 13 Jul 301 bytes Initial commit
<!DOCTYPE html>
<html>
<head>
    <style>
        .box {
            width: 200px;
            height: 200px;
            background-color: lightblue;
            border-radius: 20px;
            border: 2px solid black;
        }
    </style>
</head>
<body>

<div class="box"></div>

</body>
</html>