Added hex colour
All checks were successful
/ publish (push) Successful in 1m44s

This commit is contained in:
Leon Mika 2026-01-26 11:02:33 +11:00
parent 89a6b4d062
commit 7f6dcac154
5 changed files with 176 additions and 0 deletions

20
site/hex-color/style.css Normal file
View file

@ -0,0 +1,20 @@
.hidden {
display: none;
}
#colorTable {
margin-top: 2rem;
}
#colorTable button {
margin: 0;
margin-right: 0.5rem;
}
#colorTable td {
vertical-align: middle;
}
#showHiddenBtn {
margin-top: 1rem;
}