Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-flexbox/flexbox_margin.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<title>flexbox | margins</title>
<link rel="help"
<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>