-
-
Notifications
You must be signed in to change notification settings - Fork 16.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text Alignment Question #593
Comments
You just need a more specific selector in your CSS, replace |
Thank you so much! Learning new things everyday :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
This is a newbie question, but I haven't managed to override the center text alignment. I just want to justify my text. My current codes are:
HTML
Reveal.initialize({
controls: true,
progress: true,
history: true,
center: false,})
CSS
.reveal {
text-align: justify;
font-family: 'Source Sans Pro', sans-serif;
font-size: 28px;
font-weight: 200;
letter-spacing: 0.02em;
color: #666666;
display: block;}
Thanks in advance!
The text was updated successfully, but these errors were encountered: