Skip to content

Commit c1991ba

Browse files
committed
new question
1 parent a2bd5e4 commit c1991ba

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

testing/refcode1b.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,9 @@
1212
<li id="banana">Bananas</li>
1313
</ol>
1414
<!-- this is a comment -->
15+
16+
<p id="first" style="color: red">What color am I?</p>
17+
18+
1519
</body>
1620
</html>

testing/style.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,8 @@
1616
padding: 0px;
1717
margin: 0px;
1818

19-
}
19+
}
20+
21+
html, body { color: blue; }
22+
p { color: black; }
23+
#first { color: green; }

0 commit comments

Comments
 (0)