oops that needs to be a different order
This commit is contained in:
parent
def17d8e17
commit
a0528bd52d
1 changed files with 2 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue