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

  1. Target the .spark-character.
  2. Set background-color to rgba(0, 255, 255, 0.5) (Semi-transparent Cyan).

Constraints

    csscolors
    Live Visual Output
    style.css
    Loading...