Spectral Shielding
Easy+30 XP
Mission Briefing
Spark needs to pass through the semi-transparent forcefield. Add an Alpha channel to Spark's background.
The Concept: RGBA
rgba(r, g, b, a) adds an 'Alpha' value from 0.0 (transparent) to 1.0 (opaque).
The Objective
- Target the .spark-character.
- Set background-color to rgba(0, 255, 255, 0.5) (Semi-transparent Cyan).
Constraints
csscolors
Live Visual OutputAuto-Evaluating Target
style.cssCSS Style Injector
Loading...