We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdccf5e commit 4eca96aCopy full SHA for 4eca96a
starter/03-CSS-Fundamentals/style.css
@@ -86,3 +86,29 @@ aside {
86
/* body {
87
background-color: blue;
88
} */
89
+
90
+li:first-child {
91
+ font-weight: bold;
92
+}
93
94
+li:last-child {
95
+ font-style: italic;
96
97
98
+/*
99
+li:nth-child(2) {
100
+ color: red;
101
102
103
+li:nth-child(odd) {
104
105
106
107
+li:nth-child(even) {
108
109
110
+ */
111
112
+/* article p:last-child {
113
114
+} */
0 commit comments