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