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