mirror of
https://github.com/typst/typst
synced 2025-05-16 10:05:28 +08:00
14 lines
203 B
Typst
14 lines
203 B
Typst
#set page(height: 80pt)
|
|
|
|
Start.
|
|
|
|
#place(auto, float: true, [
|
|
#block(height: 100%, width: 100%, fill: aqua)
|
|
])
|
|
|
|
#place(auto, float: true, [
|
|
#block(height: 100%, width: 100%, fill: red)
|
|
])
|
|
|
|
#lorem(20)
|