The C in CSS stands for “Cascade”, which describes a property of
stylesheets that allows properties defined in one part of a stylesheet to override
those defined elsewhere, or to override default properties. We can use the cascade
to create useful effects within our stylesheets.