OLD | NEW |
---|---|
(Empty) | |
1 <!doctype html> | |
2 <html> | |
3 <head> | |
4 <style> | |
5 body { | |
6 -webkit-writing-mode: vertical-rl; | |
7 } | |
8 .logo { | |
9 width: 6em; | |
10 height: 6em; | |
11 background-color: gray; | |
12 float: left; | |
13 shape-outside: inset(0px 1em 0px 0px); | |
14 } | |
15 p { overflow: hidden; margin-top: 3em; } | |
16 </style> | |
17 </head> | |
18 <body> | |
19 <div class="logo"></div> | |
20 <p>This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph s hould be next to the grey box. This paragraph should be next to the grey box. Th is paragraph should be next to the grey box. This paragraph should be next to th e grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This paragraph should be next to the grey box. This pa ragraph should be next to the grey box. This paragraph should be next to the gre y box. This paragraph should be next to the grey box. This paragraph should be n ext to the grey box. This paragraph should be next to the grey box. This paragra ph should be next to the grey box. This paragraph should be next to the grey box . This paragraph should be next to the grey box. This paragraph should be next t o the grey box. This paragraph should be next to the grey box. This paragraph sh ould be next to the grey box. This paragraph should be next to the grey box. Thi s paragraph should be next to the grey box. This paragraph should be next to the grey box.</p> | |
21 </body> | |
22 </html> | |
OLD | NEW |