blob: 9e2d747361d67c22aea8e91ebb9b35081d1d7841 [file] [edit]
<!DOCTYPE html>
<html>
<head>
<meta name="fuzzy" content="maxDifference=0-58; totalPixels=0-410">
<style>
.box {
margin: 50px;
width: 400px;
height: 300px;
box-shadow: 0 0 0 10px blue;
border-radius: 20px;
}
</style>
</head>
<body>
<div class="box"></div>
</body>
</html>