blob: 7fc1501ddf74322ebd64bb65883e06e5774ecd22 [file] [edit]
<style>
.container {
width: 200px;
height: 200px;
background-color: green;
}
</style>
<body>
<div class="container"></div>
</body>