Source code

Revision control

Copy as Markdown

Other Tools

<!DOCTYPE html>
<meta charset="utf-8">
<style>
.test {
margin: 10px;
display: inline-block;
width: 200px;
height: 200px;
background: green;
}
</style>
<div class="test"></div>
<div class="test"></div>
<div class="test"></div>