Set one line/word at the top-right corner #5883
-
DescriptionHello, I am trying to add text at the top-right and left-bottom corners of the slide without any margin. So I created How can I make this right? Also, for Here is the qmd file. Thanks a lot.
Here is my scss rules
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Beta Was this translation helpful? Give feedback.
-
Thank you very much @mcanouil. It's great to learn this nested rule. It worked. The figure stretch also worked, but when I give a caption in |
Beta Was this translation helpful? Give feedback.
::: {.top-right}
means adiv
with class.top-right
and inside ap
element.You have to define properly the nested rule.
Regarding the other question, simple use fenced divs as you did for the remaining of your example.