Category: CSS
How To Hide and Reveal Things With CSS
This is an important skill when making character sheets. Here’s how to do it with CSS.
Avoid Using Inline Styles
Inline styles are when you put style: directly in the HTML. Here are the benefits of using CSS instead.
Don’t Use TABLE – use GRID
When creating a sheet, don’t use TABLE. Learn how to use CSS Grid to EASILY organise your sheet.
Visit the Sheet Author Master List