blob: 7a0e078eae0e5d6958a1db02fc087866c94d4f08 [file] [log] [blame]
<style>
div {
background-color: rebeccapurple;
width: 100px;
height: 100px;
}
#test{
position: absolute;
top: 200px;
left: 200px;
}
</style>
<div id=test></div>