Chapter 2
CSS / HTML Modding
Cascading Style Sheets is a standard for controlling how web pages are presented. It’s used in Fleshcult for formatting and graphics.
What it looks like:
#death-soliloquy {
font-family: 'Comic Sans';
color: pink;
}