We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement a slide class for the Title and Vertical Text
!SLIDE title-and-vertical-text # Awesome Slide Title vertical text
Register the particular renderer in the slide_post_renderers.rb
slide_post_renderers.rb
SlidePostRenderers.register Renderers::TitleAndVerticalText.new(css_class: 'title-and-vertical-text', title_element: "h1")
Implement a solution that is similar to columns_renderer.rb.
columns_renderer.rb
The text was updated successfully, but these errors were encountered:
I can get some vertical text in some instances but not others. Going to punt on this feature.
.vertical-text .content p { margin: 200px 0em 0px 0px; float: right; width: 400px; /*height: 400px;*/ text-align: left; /*height: 50px;*/ -webkit-transform:rotate(90deg); -moz-transform:rotate(90deg); -o-transform: rotate(90deg); }
Sorry, something went wrong.
No branches or pull requests
Implement a slide class for the Title and Vertical Text
How the user defines the title slide in their presentation
Implementation
Register the particular renderer in the
slide_post_renderers.rb
Implement a solution that is similar to
columns_renderer.rb
.The text was updated successfully, but these errors were encountered: