blob: 12ac19ebb635cc5ff7855f321e5def1b5ad0b2bc [file] [edit]
<!DOCTYPE html>
<style>
div {
width: 50px;
height: 50px;
background-color: blue;
}
</style>
<div></div>
<div style="position: relative; top: 50px;"></div>
<div style="position: relative; left: 50px;"></div>