Selectors
Select by tag, class, or id:
h1 { color: tomato; }
.card { padding: 1rem; }
#hero { background: black; }
Target elements to style them.
Select by tag, class, or id:
h1 { color: tomato; }
.card { padding: 1rem; }
#hero { background: black; }