CSS Selector Articles
1: CSS Selector Name
The selector name creates a direct relationship with the HTML tag you want to edit. If you wanted to change the way a paragraph tag behaved, the CSS code would look like:
* p { PROPERTY: VALUE }
Page 1 of 1
[1]