blob: 363f1321022028b1792699e46a2a745868678dd6 [file] [log] [blame]
<html>
<head>
<style type="text/css">
div {
width: 200px;
height: 200px;
border: 10px dashed #f00;
-webkit-border-radius: 40px;
background-color: #0f0;
}
</style>
</head>
<body>
<div>
&nbsp;
</div>
</body>
</html>