OLD | NEW |
---|---|
(Empty) | |
1 <!doctype html> | |
2 <html> | |
3 <head> | |
4 </head> | |
5 <body> | |
6 <div style="display: flex; flex-wrap: wrap; height: 100px"> | |
7 <div>This text should be at the top of the page</div> | |
8 </div> | |
9 <div style="display: flex; -webkit-writing-mode: vertical-lr; flex-wrap: wrap; w idth: 100px"> | |
10 <div>This text should be at the left of the page</div> | |
11 </div> | |
12 </body> | |
13 </html> | |
OLD | NEW |