Skip to content

Commit 73498b5

Browse files
committed
🐛 Fix class
1 parent 13f7300 commit 73498b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<button id="rgb(205, 90, 145)" class="pink">pink</button>
1515
<button id="rgb(75, 191, 107)" class="lightgreen">light green</button>
1616
<button id="rgb(0, 174, 204)" class="lightblue">light blue</button>
17-
<button id="rgb(131, 140, 145)" class~"gray">gray</button>
17+
<button id="rgb(131, 140, 145)" class="gray">gray</button>
1818
<script src="./index.js"></script>
1919
</body>
2020
</html>

0 commit comments

Comments
 (0)