4 ms·
It has been updated.
by HugoGiraudel 12y ago
It has been updated.
- kendallpark 12y agoWell done!
- kolev 12y agoYou still have it here: // Yep .element { color: rgba(0, 0, 0, .1); background: hsl(300, 100%, 100%); } // Nope .element { color: rgba(0,0,0,.1); background: hsl( 300, 100%, 100% ); }
- HugoGiraudel 12y agoFixed, thank you very much. :)