Posts with tag : CSS Selectors

CSS Selectors

<b> </b> Type Selector : Select elements by type e.g. Select all h1 elements and set the color to red h1 { color : red; } ID Selector : Sele...

October 12, 2018 5 min read