blob: 7c7f68c936f08ea3d7ca2627e37f641310fec064 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#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)
|