webtools/site/hex-color/style.css
Leon Mika 7f6dcac154
All checks were successful
/ publish (push) Successful in 1m44s
Added hex colour
2026-01-26 11:02:33 +11:00

21 lines
213 B
CSS

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