servo/tests/ref/blackborder_ref.html
2014-12-18 13:55:07 -08:00

20 lines
212 B
HTML

<html>
<style>
body {
margin: 0px;
}
.box {
width: 100px;
height: 100px;
margin: 0px;
border-width: 10px;
border-style: solid;
}
</style>
<body>
<div class="box"></div>
</body>
</html>