Sign in
chromium
/
external
/
github.com
/
web-platform-tests
/
wpt
/
refs/heads/active-script-webidl-callbacks
/
.
/
css
/
css-flexbox
/
flexbox_inline-ref.html
blob: ceec7830c3db97b913cc459323b1e4cd428818fb [
file
] [
log
] [
blame
] [
edit
]
<!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>