blob: dcfc335b0837c71d83fc27546abd01544f2dc5d9 [file] [log] [blame]
<style>
.green-background {
width: 400px;
height: 400px;
background-color: green;
}
</style>
<body>
<div class="green-background"></div>
</body>