Css Demystified Start Writing Css With Confidence Page
/* Select all elements with the class "header" and apply a background color */ .header { background-color: #333; color: #fff; padding: 20px; }
/* Select all elements with the class "header" and apply a background color */ .header { background-color: #333; color: #fff; padding: 20px; }