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 ca48e91 commit 7dfc376Copy full SHA for 7dfc376
wip/03-CSS-Fundamentals/index.html
@@ -39,7 +39,7 @@ <h2>The Basic Language of the Web: HTML</h2>
39
width="50"
40
/>
41
42
- <p>Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
+ <p id="author">Posted by <strong>Laura Jones</strong> on Monday, June 21st 2027</p>
43
44
<img
45
src="img/post-img.jpg"
wip/03-CSS-Fundamentals/style.css
@@ -36,7 +36,7 @@ footer p {
36
font-size: 16px;
37
}
38
-/*Example of nested descendant selector*/
-article header p {
+/*ID selector. Don't use this anymore either.*/
+#author {
font-style: italic;
0 commit comments