blob: 3bd313edbf9b124b2609dbe7ad7d02234dfb6349 [file] [log] [blame]
<style>
body { overflow: hidden; }
div {
width: 200px;
height: 200px;
border: 5px dashed blue;
background-image: -webkit-gradient(radial, left top, 0, left top, 250, from(black), to(white));
-webkit-background-size: 66% 66%;
}
</style>
<div style="transform: rotate(45deg);"></div>
<div style="margin-top: 50px; margin-left: -50px;"></div>
<div style="margin-top: -210px; margin-left: auto; margin-right: -50px;">
</div>