cactus.css
cactus.css is a drop-in CSS stylesheet to make classless* HTML pages a bit cleaner on the eye.
The stylesheets fonts, spacing, colours etc can be customised using a simple set of CSS variables.
Example headings
Heading 1
Heading 2
Heading 3
Heading 4
Heading 5
Heading 6
Example paragraphs
HTML, or HyperText Markup Language, is a programming language used to create and structure the content of web pages. It is the foundation of the modern internet, and is an essential skill for anyone looking to work in web development or design.
One of the reasons HTML is so good is that it is relatively easy to learn and use. Even beginners with no programming experience can pick up the basics of HTML quickly, and use it to create simple web pages. The language uses a system of tags and attributes to structure and format the content of a page, making it easy to add headings, paragraphs, lists, links, and other common elements.
Figures
The figure HTML element represents self-contained content, potentially with an optional caption, which is specified using the figcaption element. The figure, its caption, and its contents are referenced as a single unit.
Below is an example of a figure with a figcaption and a cite.

Another random test paragraph. Unsplash is a popular website that offers a vast collection of high-quality, royalty-free photos. The photos on Unsplash are contributed by a talented community of photographers from around the world, and cover a wide range of subjects, from beautiful landscapes and cityscapes, to interesting people and objects.
Lists
Ordered
- Apples
- Bananas
- Strawberries
- Oranges
Unordered
- Apples
- Bananas
- Strawberries
- Oranges
Nested lists
-
The best fruit
- Apples
- Bananas
- Strawberries
- Oranges
- Bananas
- Strawberries
- Oranges
Tables
Team | Wins | Draws | Losses | Points |
---|---|---|---|---|
Celtic FC | 22 | 5 | 1 | 71 |
Rangers FC | 18 | 8 | 3 | 62 |
Aberdeen FC | 15 | 5 | 8 | 50 |
Hearts of Midlothian FC | 10 | 6 | 12 | 36 |
Hibernian FC | 9 | 8 | 11 | 35 |