blob: b6b1a3dfc2af3435e63f54380883adac36a52611 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<html>
<head>
<style>
.test {
background-color: #fec;
display: inline-block;
width: 5em;
height: 5em;
}
</style>
</head>
<body>
<div class="test"></div>
</body>
</html>
|