mirror of
https://github.com/servo/servo
synced 2026-04-28 18:37:39 +02:00
13 lines
265 B
HTML
13 lines
265 B
HTML
<!DOCTYPE html>
|
|
<html><head><title>flexbox | inline</title>
|
|
<link href="http://opera.com" rel="author" title="Opera Software">
|
|
<style>
|
|
body {margin: 0;}
|
|
div {
|
|
background: yellow;
|
|
display: inline-block;
|
|
}
|
|
</style>
|
|
|
|
</head><body><div>HELLOWORLD</div>
|
|
</body></html> |