CSS

⸺ by Charles Iliya Krempeaux

CSS, short for cascading style sheets, is a technology of the .

CSS is a for styling. It is used when doing to style a written in , , or .

CSS looks like this:

	body {
		background-color: #e7dec7;
		color: #5d4c32;
	}
	
	main {
		text-align: justify;
	}
	
	.screaming {
		font-weight: bold;
		text-transform: uppercase;
	}

Somewhat comparable technologies to CSS include:

I recall hearing a story, decades ago, that CSS was based on styling technology from the software.