Logo
Live: AI vs Human β€” This Week's Challenge

Can AI Beat You at CSS?

The platform where developers prove their CSS skills against AI. Recreate targets, submit your code, and let the community vote. New challenge daily. AI matchup every week.

5,011+
Developers
678
Challenges
7,048+
Submissions
Weekly
AI Matchups
Featured

Beat the AI

Every week, we give the same CSS challenge to Claude (AI) and our top-scoring human developer. The community votes on who did it better.

πŸ€–
Step 01

AI Gets the Challenge

Claude sees the target image and writes HTML + CSS to recreate it β€” just like you would.

πŸ§‘β€πŸ’»
Step 02

Human Submits Their Best

The highest-scoring human submission goes head-to-head with the AI's attempt.

πŸ—³οΈ
Step 03

Community Votes

Anyone can vote β€” no account needed. Results announced weekly. Can AI really beat a developer?

Beat the AI β€” AI vs Human CSS matchup preview
Daily Practice

A New CSS Challenge Every Day

Get a target image or UI component. Write HTML + CSS to recreate it. Submit your code, get scored, and compare your solution with others.

Image Challenges

Recreate visual designs using pure CSS

UI Challenges

Build real-world components from scratch

Streaks & Leaderboard

Maintain daily streaks and compete for the top

Community Voting

See and vote on other developers' solutions

challenge.css
body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.card {
  background: linear-gradient(135deg, #e91e63, #9c27b0);
  border-radius: 16px;
  padding: 2rem;
}

Ready to Prove Your CSS Skills?

Join thousands of developers who practice CSS daily and compete against AI weekly.