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