bolo17

CSS Selectors

Mar 12th, 2020
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.62 KB | None | 0 0
  1. CSS Selectors
  2. CSS Selectors
  3. CSS selectors are used to "find" (or select) the HTML elements you want to style.
  4.  
  5. We can divide CSS selectors into five categories:
  6.  
  7. Simple selectors (select elements based on name, id, class)
  8. Combinator selectors (select elements based on a specific relationship between them)
  9. Pseudo-class selectors (select elements based on a certain state)
  10. Pseudo-elements selectors (select and style a part of an element)
  11. Attribute selectors (select elements based on an attribute or attribute value)
  12. This page will explain the most basic CSS selectors.
  13. for more détails get link here:http://bit.ly/2w1Mcz8
Add Comment
Please, Sign In to add comment