mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
13 lines
241 B
HTML
13 lines
241 B
HTML
<!DOCTYPE html>
|
|
<html><head><title>flexbox | margins</title>
|
|
<link href="http://opera.com" rel="author" title="Opera Software">
|
|
<style>
|
|
div {
|
|
background: black;
|
|
margin: 1em;
|
|
height: 4em;
|
|
}
|
|
</style>
|
|
|
|
</head><body><div></div>
|
|
</body></html> |