blob: f0736a6f009263fcfc046aa867fb976d4633ca00 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 53px;
height: 400px;
border-radius: 30px;
border-top: 10px solid red;
border-left: 10px solid blue;
border-right: 20px solid green;
border-bottom: 20px solid yellow;
}
</style>
</head>
<body>
<div></div>
</body>
</html>