mirror of
https://github.com/servo/servo
synced 2026-05-10 09:02:30 +02:00
13 lines
202 B
HTML
13 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>
|