blob: cf0c6ab6e29718998745d39b2efba57ba942fb3d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
height: 200px;
width: 200px;
background: #ddddff;
border-left: 15px solid #8a6d3b;
border-top: 1px dotted #9d9080;
border-right: 1px dotted #9d9080;
border-bottom: 1px dotted #9d9080;
padding: 15px;
border-radius: 3px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>