Tutorialschevron_rightCSS Tutorialchevron_rightCSS SelectorsCSS Selectorsformat_list_numberedLesson 2 of 5schedule1 min readview_agenda1 sectionauto_awesomeAI tutor ready01CSS SelectorsCSS selectors are used to find (select) the HTML elements you want to style.Example.center { text-align: center; color: red; }Try it Yourself »arrow_back PreviousCSS IntroductionNext arrow_forwardCSS Colors