1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
<style> #a { flex-wrap: wrap-reverse; float: right; display: inline-flex; } #b { order: 4; break-after: page; } body:last-child { columns: 1px; } </style> <time id="a"> <video></video> <ol id="b"></ol> <link>x</link>