Category: CSS

23
Jun
2022
Posted in CSS Guide

Understanding Selectors

How to target elements and blocks, and apply your styles to the sheet.

20
Jun
2022
Posted in CSS Guide

CSS Grid Layouts

Lying out your sheet into columns and grids, with a surprisingly simple system.

16
Jun
2022
Posted in CSS Guide

Text and Fonts

Text and associated properties (such as underlining and shadow effects), and using Google Fonts.

13
Jun
2022
Posted in CSS Guide

Images and Colours

Decorating the sheet with images and colour.

09
Jun
2022
Posted in CSS Guide

How Elements are Displayed

How to arrange elements on the page. Understanding the box model of CSS and the display property.

06
Jun
2022
Posted in CSS Guide

Getting Started With CSS

The basics of CSS – syntax, what a declaration block is, how to apply properties, etc.

02
Jun
2022
Posted in CSS Guide Sheet Author Guide

Guide to CSS – Styling a Character Sheet

An introduction to the CSS Guide, with a table of contents.

14
May
2022
Posted in CSS Guide

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.

06
Apr
2022
Posted in CSS Extras

Avoid Using Inline Styles

Inline styles are when you put style: directly in the HTML. Here are the benefits of using CSS instead.

04
Apr
2022
Posted in CSS Extras

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.