-
Is it possible to insert shape and floating text in reveal.js by quarto as in powerpoint?For example, to insert arrow line and floating text box like this |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Sep 26, 2022
Replies: 1 comment
-
Having floating boxes is "easy" (but will require tries and errors to properly positioned them) with HTML divs and css using the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mcanouil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Having floating boxes is "easy" (but will require tries and errors to properly positioned them) with HTML divs and css using the
position: absolute
propriety.Drawing curve arrows in HTML is way harder especially if those are supposed to "connect" divs.