The Static Hub

Hard+45 XP

Mission Briefing

The portal is locked outside the grid! Use Fixed positioning to bypass the container and snap Spark to the bottom of the screen.

The Concept: Fixed

position: fixed locks the element to the viewport. It stays in place even when you scroll.

The Objective

  1. Target #spark-1.
  2. Set position to fixed.
  3. Move to bottom: 20px.

Constraints

    cssposition
    Live Visual Output
    style.css
    Loading...