blob: 55ebf1eb221b47587bec82c702101f3dac9c336d [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
#overlay {
position: absolute;
top: 0;
left: 0;
width: 200px;
height: 4px;
background-color:red;
}
</style>
</head>
<body>
<div id="overlay"></div>
</body>
</html>