blob: bd17341e2c34d9c5eef4137fd07aa4c857f48949 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css" media="screen">
div {
width: 100px;
height: 100px;
background-color: green;
position: fixed;
top: 60px;
left: 60px;
}
</style>
</head>
<body>
<div></div>
</body>
</html>