Sign in
chromium
/
external
/
w3c
/
web-platform-tests
/
master
/
.
/
css
/
css-multicol
/
reference
/
nested-oofs-in-relative-multicol-ref.html
blob: 01956bf492c825d73271d528d74f4a6053764e0a [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
outer
{
position
:
relative
;
margin-left
:
100px
;
width
:
400px
;
height
:
400px
;
background
:
green
;
}
</style>
<body>
<div
class
=
"outer"
></div>
</body>