oops that needs to be a different order

This commit is contained in:
41666 2025-04-15 20:59:32 -07:00
parent def17d8e17
commit a0528bd52d

View file

@ -24,6 +24,7 @@
#color-box2,
#color-box3 {
display: block;
width: 100px;
height: 100px;
background-color: var(--color);
@ -44,8 +45,8 @@
</section>
<section>
<div id="color-box">highp rgb</div>
<div id="color-box2">hex</div>
<div id="color-box3">oklab</div>
<div id="color-box2">hex</div>
<ul>
<li id="rgb">rgb(-1,-1,-1)</li>
<li id="rgb3">rgb(-1,-1,-1)</li>