User:Kai/updateRefreshV1: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:
<div style="display:flex; gap:5px">
<div style="display:flex; gap:5px">


<div style="background:var(--base-color); width:200px; height:200px"></div>
<div style="background:var(--color-primary); width:200px; height:200px"></div>
<div style="background:var(--color-d-1); width:200px; height:200px"></div>
<div style="background:var(--color-100); width:200px; height:200px"></div>
<div style="background:var(--color-d-2); width:200px; height:200px"></div>
<div style="background:var(--color-200); width:200px; height:200px"></div>
<div style="background:var(--color-d-3); width:200px; height:200px"></div>
<div style="background:var(--color-300); width:200px; height:200px"></div>
<div style="background:var(--color-d-4); width:200px; height:200px"></div>
<div style="background:var(--color-400); width:200px; height:200px"></div>
<div style="background:var(--color-d-5); width:200px; height:200px"></div>
<div style="background:var(--color-500); width:200px; height:200px"></div>
<div style="background:var(--color-d-6); width:200px; height:200px"></div>
<div style="background:var(--color-600); width:200px; height:200px"></div>
 
<div style="background:var(--color-700); width:200px; height:200px"></div>
</div>
<div style="background:var(--color-800); width:200px; height:200px"></div>
 
<div style="background:var(--color-900); width:200px; height:200px"></div>
<div style="display:flex; gap:5px">
 
<div style="background:var(--base-color); width:200px; height:200px"></div>
<div style="background:var(--color-l-1); width:200px; height:200px"></div>
<div style="background:var(--color-l-2); width:200px; height:200px"></div>
<div style="background:var(--color-l-3); width:200px; height:200px"></div>
<div style="background:var(--color-l-4); width:200px; height:200px"></div>
<div style="background:var(--color-l-5); width:200px; height:200px"></div>
<div style="background:var(--color-l-6); width:200px; height:200px"></div>
 
</div>


</div>
</div>