Rules Selectors and Declaration Blocks
suggest changeA CSS rule consists of a selector (e.g. h1) and declaration block ({}).
h1 {}
Found a mistake? Have a question or improvement idea?
Let me know.
Table Of Contents
A CSS rule consists of a selector (e.g. h1) and declaration block ({}).
h1 {}