blob: b90cccc23fe7023464f0e833c81f07f25b6fee09 [file] [log] [blame]
<style>
.container {
width: 100px;
height: 100px;
display: inline-block;
background-color: green;
}
</style>
<body>
<div class="container"></div>
</body>