CSS Tutorial

CSS Selectors

Selectors

Target elements by tag, class, id, or attribute.

p { color: #374151; }
.highlight { background: #FFE55E; }
#hero { padding: 2rem; }