summaryrefslogtreecommitdiff
path: root/sandbox/blais/css_tricks/section_based/style.css
blob: 6754ed865a68fcc184b024723c810437457989c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
.section#red-section LI {
    color: red;
}

.section#green-section LI {
    color: green;
}

.section#blue-section LI {
    color: blue;
}