summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-flexbox/flexbox_margin.html
blob: af406340032741024b79bb5e69b41e0daa78f487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<title>flexbox | margins</title>
<link rel="author" href="http://opera.com" title="Opera Software">
<link rel="help"
	href="http://www.w3.org/TR/css-flexbox-1/#flex-containers">
<link rel="match" href="flexbox_margin-ref.html">
<style>
div {
	background: black;
	margin: 1em;
	height: 4em;

	display: flex;
	justify-content: space-around;
}
</style>

<div></div>