blob: c209007614276d59b9d617787b8cb375d80e5c3f [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style>
div {
width: 100px;
height: 100px;
background-color: lime;
}
</style>
</head>
<body>
<div></div>
</html>