blob: 3fc1997348ab993933191476aaafa8dac76eefdb [file] [log] [blame]
<!DOCTYPE html>
<style>
div {
position: absolute;
width: 100px;
height: 100px;
rotate: 225deg 1 0 0;
}
#target {
border-color: green;
border-style: dotted dashed solid double;
}
</style>
<div id="target"></div>
<script>
</script>