<html>
<head>
<style>
.test {
  background-color: #fec;
  display: inline-block;
  width: 5em;
  height: 5em;
}
</style>
</head>

<body>
<div class="test"></div>
</body>
</html>