explorer-ui/translate-test.html
2019-08-15 16:37:24 +05:30

20 lines
411 B
HTML

<style type="text/css">
.showbox {
float: left;
margin: 4em 1em;
width: 100px;
height: 60px;
border: 2px solid green;
background-color: #fff;
line-height: 60px;
text-align: center;
}
</style>
<div class="showbox">box 1</div>
<div class="showbox">box 2</div>
<div class="showbox">box 3</div>
<div class="showbox">box 4</div>
<div ></div>