summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/flexbox_margin-ref.html
blob: 6f2e6d6dd6b5d24d7b2870b7a44ef784d29165fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!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>