Grid is the best thing to ever happen to CSS. It makes building modern layouts a snap.
Despite all the time you've spent studying Grid, you can never remember how to actually use it.
What does justify-content do again?!
.life_is_pain {
display: grid;
justify-content: ???;
align-items: ???;
grid-auto-flow: ???;
grid-gap: ???;
}
You constantly have to interrupt your work to go look things up. You're sick of being dependent on a cheat sheet.
What would change for you if you were a Grid expert?
From scratch. Effortlessly. You'd just imagine the grid layout and bust it out, all on your own.
.life_is_dope {
display: grid;
grid-template-columns: 200px 2fr;
grid-template-rows: 100px repeat(2, 1fr);
grid-gap: 5%;
grid-auto-rows: minmax(auto, 300px);
}
You'd live in your code editor, not needing cheat sheets or anybody else's help. Just you—blissfully enjoying the sweet state of flow as you create incredible things.
Grid Critters gently guides you to master CSS Grid in the most effective, thorough, playful and fun way possible.
In this course you code actual CSS. You'll gain a deep understanding of how Grid layout works. You'll gradually become a CSS Grid expert — one concept at a time.
Grid can only become second nature through deliberate practice. We'll cement Grid into your brain through spaced repetition while you enjoy a course that feels like a video game.
To really understand CSS Grid, you need to go deep and you need to practice. This course is gamification done right. It works. It uses proven techniques like spaced repetition to drive well explained concepts home. It's an incredibly enjoyable way to learn the future of frontend layout. I loved it.
Grid Critters is sprinkled with humor, teaches and guides you with hints, and has a ton of lessons that gradually build up a solid understanding on how to use CSS grids. I've found it to be especially helpful!
Play ten jam-packed chapters over ten fun days, getting a ton of actual Grid coding practice. By game end you'll know CSS Grid inside and out!
grid-template-rows
and
grid-template-columns
fr
unit
repeat
shorthand
grid-row-gaps
and
grid-column-gaps
grid-gap
shorthand
%
and
fr
tracks
grid-row-start|end
and
grid-column-start|end
spanning
items
across multiple tracks
name
your grid
lines
grid-row
and
grid-column
shorthands
grid-template-areas
for your
content to fit perfectly into
grid-areas
auto
layout
empty grid areas
minmax
min-content
and
max-content
auto-fill
and
auto-fit
flow
into a grid
grid-template
shorthand
direction
plus
dense
or
sparse
flow with
grid-auto-flow
implicit
rows and columns
grid-auto-columns
grid-auto-rows
justify-items
and
align-items
justify-self
and
align-self
start
,
end
,
center
, or
stretch
justify-content
and
align-content
space-around
,
space-between
, and
space-evenly
grid
shorthand
Fantastic course. It's so much fun and you actually learn CSS Grid. It's worth every single penny!
Lifetime access. 100% satisfaction guarantee. You'll be shipping perfect CSS layouts to production in no time!
$149