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…
Today's Video is on #ID and #ClassSelectors
#SimpleSelectors #CSS #FrontendPlaylist
https://youtu.be/NTxleUJ7vJY
#SimpleSelectors #CSS #FrontendPlaylist
https://youtu.be/NTxleUJ7vJY
YouTube
ID and Class Selectors | Simple Selectors in CSS | CSS Selectors | Frontend Playlist
Every HTML element has two attributes that we commonly use when associating our styling to a specific element, they are class and id.
And as we’ll see, they are both used in a similar manner, however, there’s a fundamental difference between the two: Within…
And as we’ll see, they are both used in a similar manner, however, there’s a fundamental difference between the two: Within…