ladybird/Tests/LibWeb/Ref/expected/calc-border-radius-ref.html

20 lines
301 B
HTML
Raw Normal View History

<!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>