Introduction to CSS3 - Selectors - Learnning notes
Common Selectors
Type Selector
Selects an element by its type.
h1
Class Selector
Selects an element by the class attribute value, which may be reused multiple times per page.
.blue-button
ID Selector
Selects an element by the ID attribute value,...
blog.yangzheng.ca4 min read