blob: 3694b3f701b0f30b939218961f9b41b01792b297 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<style>
div {
width: 10px;
height: 10px;
background-color: #d64203;
}
</style>
<body>
<div style="width: 50px"></div>
<div style="height: 50px"></div>
<div style="width: 35px"></div>
<div style="height: 50px"></div>
</body>
|