-
I need to justify the text content of a single slide. |
Beta Was this translation helpful? Give feedback.
Answered by
yhatt
Mar 26, 2025
Replies: 1 comment
-
https://developer.mozilla.org/docs/Web/CSS/text-align <style>
p {
text-align: justify;
}
</style>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Beatae hic repellat vero? Repellat, facere doloribus! |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
yhatt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://developer.mozilla.org/docs/Web/CSS/text-align