Skip to content

Commit a2e4e2d

Browse files
authored
Update color-hex.html
Added "#" in box three div, matching the other two examples.
1 parent 0847343 commit a2e4e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learn/values-units/color-hex.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<div class="wrapper">
3636
<div class="box one">#02798b</div>
3737
<div class="box two">#c55da1</div>
38-
<div class="box three">128a7d</div>
38+
<div class="box three">#128a7d</div>
3939
</div>
4040
</section>
4141

0 commit comments

Comments
 (0)