|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title></title>
|
|
</head>
|
|
<style type="text/css">
|
|
#green {
|
|
position: absolute;
|
|
top: 8px;
|
|
left: 208px;
|
|
width: 200px;
|
|
height: 200px;
|
|
background-color: green;
|
|
z-index: 1;
|
|
}
|
|
</style>
|
|
<body>
|
|
<div id="green"></div>
|
|
</body>
|
|
</html>
|