blob: e81ca73ff7c4bb556c6642caccaf147495b2ef57 [file] [log] [blame]
<!DOCTYPE html>
<style>
.clip {
width: 20vw;
height: 20vw;
border: 10vw solid white;
background-color: blue;
}
</style>
<body>
<div class="clip"></div>
</body>