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