Skip to content
Menu
Biweekly Sharing Session

CSS That Actually Clicks

A two-day, hands-on experience built for R/GA Indonesia internal team. Watch the concepts in the deck, then bring them to life in the challenge editor — instantly.

style.css
.card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  transition: transform 0.2s;
}
.card:hover {
  transform: translateY(-4px);
}
HelloI am a card

Two formats. One goal.

Every module pairs a focused lesson with a live coding challenge. No passive scrolling — just real learning.

Lesson

The Deck

Clean, focused lessons that break down complex CSS concepts into digestible insights. No fluff, just the properties and patterns that matter.

Live Editor

The Challenge

A live code editor with instant preview. Fork the starter, write your CSS, and watch the design come to life side-by-side.

For every skill level.

Senior engineer or first-timer — this session meets you exactly where you are.

2
Interactive Modules
<>
20
Live Challenges
Why we built this

Built for the Sharing Session

Every two weeks, our team gathers to learn something new together. This platform is home to our CSS curriculum — designed to turn passive viewers into confident builders. Whether you are debugging flexbox or mastering grid, you will leave with skills you can use immediately.

"The best way to learn CSS is to write it. Not watch it. Not read about it. Write it." — The Sharing Session motto

Ready to write better CSS?

Day 1 starts with the box model. By Day 2, you will be animating with confidence.

Continue Learning