I am intended to do text justification globally in quarto document. I tried the following but it did not work for me:
style.css
.{
text-align: justify;
}
Any hints?
The issue is that you are using improper CSS syntax. The symbol to apply styles globally to all elements is *
, not .
.