Source code
Revision control
Copy as Markdown
Other Tools
<style>
div {
  position: absolute;
  background-color: green;
  width: 10px;
  height: 10px;
}
</style>
<div style="top: 0; left: 0;"></div>
<div style="top: 0; right: 0;"></div>
<div style="bottom: 0; right: 0;"></div>
<div style="bottom: 0; left: 0;"></div>