Welcome to my Website!

What is CSS? CSS stands for Cascading Style Sheets CSS defines how HTML elements are to be displayed Styles were added to HTML 4.0 to solve a problem CSS saves a lot of work External Style Sheets are stored in CSS files : Neocities.

CSS Saves a Lot of Work! bold and italic text.

Here's how you can add an image:

CSS Example A CSS declaration always ends with a semicolon, and declaration groups are surrounded by curly braces: p {color:red;text-align:center;} To make the CSS code more readable, you can put one declaration on each line. In the following example all

elements will be center-aligned, with a red text color: Example p { color: red; text-align: center; } :

To learn more HTML/CSS, check out these tutorials!