Thanks to visit codestin.com Credit goes to github.com
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 b56c911 commit df5c85cCopy full SHA for df5c85c
03 - CSS Variables/index-FINISHED.html
@@ -57,11 +57,6 @@ <h2>Update CSS Variables with <span class='hl'>JS</span></h2>
57
margin-bottom: 50px;
58
}
59
60
- a {
61
- color: var(--base);
62
- text-decoration: none;
63
- }
64
-
65
input {
66
width:100px;
67
03 - CSS Variables/index-START.html
@@ -42,11 +42,6 @@ <h2>Update CSS Variables with <span class='hl'>JS</span></h2>
42
43
44
45
46
47
48
49
50
51
52
0 commit comments