Today's Video is on Different types of Selectors in CSS..
#CSSSelectors #CSS #Frontendplaylist
https://youtu.be/Bm8RSDu5lZQ
#CSSSelectors #CSS #Frontendplaylist
https://youtu.be/Bm8RSDu5lZQ
YouTube
Different types of Selectors in CSS | CSS Selectors | FrontendPlaylist
CSS selectors define the elements to which a set of CSS rules apply.
We can divide CSS selectors into five categories:
1)Simple selectors (select elements based on name, id, class)
2)Combinator selectors (select elements based on a specific relationship…
We can divide CSS selectors into five categories:
1)Simple selectors (select elements based on name, id, class)
2)Combinator selectors (select elements based on a specific relationship…
Today's Video is on #Simple Selectors
#SimpleSelectors #CSSSelectors #FrontendPlaylist
https://youtu.be/ituPb2mw6ws
#SimpleSelectors #CSSSelectors #FrontendPlaylist
https://youtu.be/ituPb2mw6ws
YouTube
Simple Selectors | CSS Selectors | Frontend Playlist
Simple selectors (select elements based on name, id, class). An element selector will select an HTML element by name. Using CSS we can select this p element, and style it however we like.
Let’s say we want to give the text a red color.
We’d do this by…
Let’s say we want to give the text a red color.
We’d do this by…