12 lines
165 B
HTML
12 lines
165 B
HTML
<!DOCTYPE html>
|
|
<style>
|
|
.box {
|
|
position: absolute;
|
|
top: 250px;
|
|
left: 0px;
|
|
width: 50px;
|
|
height: 50px;
|
|
background: green;
|
|
}
|
|
</style>
|
|
<div class=box></div>
|