servo/tests/wpt/web-platform-tests/css/css-flexbox-1/flexbox_margin-ref.html

12 lines
202 B
HTML

<!DOCTYPE html>
<title>flexbox | margins</title>
<link rel="author" href="http://opera.com" title="Opera Software">
<style>
div {
background: black;
margin: 1em;
height: 4em;
}
</style>
<div></div>