This commit is contained in:
Anthony Lieuallen 2022-11-20 23:33:36 -05:00
parent 4ef8979c2c
commit 4a8345cf99
1 changed files with 1 additions and 1 deletions

View File

@ -338,7 +338,7 @@ document.body.addEventListener('click', e => {
<h1 id="preview"></h1>
<div id="css1">
<p>Plus the sixteen CSS1 colors don't fit well on a color wheel (due to a low/overlapping set of saturation values):</p>
<p>Plus the sixteen CSS1 colors which don't fit well on a color wheel (due to a small/overlapping set of hue and saturation values):</p>
<h1>black <span class='swatch' style='background-color: black;'>&nbsp;</span></h1>
<h1>silver <span class='swatch' style='background-color: silver;'>&nbsp;</span></h1>
<h1>gray <span class='swatch' style='background-color: gray;'>&nbsp;</span></h1>