Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

How do I center the writing on my page?

I'm using Harlow

Comments

  • edited March 2016
    If you read the Aligner markup section of the Harlowe manual you will learn how to use =><= to selectively centre sections of text within a passage.

    If you wish to centre all text within every passage of of your story then place the following CSS within your Story Stylesheet area.
    tw-passage {
    	text-align: center;
    }
    
    If you don't know where to find your Story Stylesheet area then I suggest you read the Change the Font, Colors, or Appearance and the Adding Custom CSS sections of the Twine 2 Guide
Sign In or Register to comment.