blob: 170a5ee5bb6e78237fec86bd2a3750493e814448 [file]
<!DOCTYPE html>
<html>
<style>
div {
background-color: green;
}
</style>
<div>This text should have a green background.</div>
</html>