PR Playground

Preview a challenge below, then fork the repo, fix it on a branch, and open a PR.

01 · CSS Bug Hunt

Preview →

The cards should cast a subtle shadow, but they don't. Find the CSS bug and fix it.

Beginner CSS

02 · Typo Fix

Preview →

The About page has several spelling mistakes. Find them all without changing the meaning.

Beginner HTML

03 · Missing Footer

Preview →

This page has no footer. Build one from scratch with your name, the year, and a short credit line.

Beginner HTML / CSS

04 · Broken Button

Preview →

Clicking the button does nothing. Open the console, find the JavaScript error, and fix it.

Beginner+ JavaScript

05 · Broken Image

Preview →

The logo should show, but the image is broken. Fix the file path.

Beginner HTML

06 · Responsive Cards

Preview →

On a phone-sized screen the cards overflow. Fix the CSS so they stack cleanly.

Beginner+ CSS

07 · Broken Form

Preview →

Send does nothing useful. Fix the form so it reaches the thanks page.

Beginner+ HTML

08 · Missing Alt Text

Preview →

The logo has empty alt text. Add meaningful alternative text for accessibility.

Beginner A11y

09 · Broken Link

Preview →

Contact in the nav should jump to the Contact section. Fix the href.

Beginner HTML

10 · Color Contrast

Preview →

Body text is too light to read. Improve the contrast without losing the brand feel.

Intermediate A11y / CSS

11 · Update the Docs

Preview →

SERVICES.md is out of date. Make the docs match the three services on the page.

Beginner Docs

12 · Console Error

Preview →

The hero title stays blank. Open the console, find the error, and fix the script.

Beginner+ JavaScript