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.
2 parents 9c61d13 + 4b284c9 commit 6315af9Copy full SHA for 6315af9
index.html
@@ -2,8 +2,8 @@
2
<html>
3
<body>
4
<h1>This is just a test.</h1>
5
-<p>This is a new line</p>
6
-<p>Wondeful!</p>
7
-<p>This is really nice.</p>
+<p style="color: blue">This is a new line</p>
+<p style="color: #9843fc">Wondeful!</p>
+<p>This is really nice</p>
8
</body>
9
</html>
0 commit comments