blob: 285a65921348a163fcc45d041e89bab41a676205 [file] [log] [blame]
<style>
div#t {
width: 400px;
height: 400px;
border: dotted rgba(255,0,0,1);
border-width: 24px 5px 24px 5px;
border-radius: 155px;
border-left-color: rgba(0,0,255,1);
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 20px;
}
</style>
<div id="t"></div>