Skip to content

static styling with CSS

jackdarker edited this page Feb 28, 2021 · 3 revisions

The good thing with html is that you can use CSS to style everything and can even create simple effects like animated color change.

Twine comes already with a minimal predefined style but you can easily create your own:

  • add a twee-file and call it :: Story Stylesheet [stylesheet] (the important thing is the tag stylesheet that tells the compiler its not a simple passage)

Clone this wiki locally