File tree 5 files changed +5
-5
lines changed
01.problem.structural-layout/src
01.solution.structural-layout/src
02.problem.text-styles/src
06.animation/02.problem.responsive-animations/src
07.subgrid-alignment/01.problem.sub-grid/src
5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ export default function App() {
9
9
The first one is the full-page container. It needs to:
10
10
- have at minimum the full screen height (min-h-screen)
11
11
- centers its children with a grid (grid place-items-center)
12
- - handle horizontal and verticall padding (see Figma)
12
+ - handle horizontal and vertical padding (see Figma)
13
13
*/ }
14
14
15
15
{ /*
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export default function App() {
11
11
</ h1 >
12
12
< p >
13
13
Check the < a href = "#" > Getting Started</ a > guide file for how to get
14
- your project off the ground!
14
+ your prodject off the ground!
15
15
</ p >
16
16
</ div >
17
17
< ul >
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export default function App() {
8
8
🐨
9
9
Set a max-width of 'md' on the wrapping div below.
10
10
Center the elements horizontally:
11
- - Setup a veritcal flexbox container with 'flex flex-col'
11
+ - Setup a vertical flexbox container with 'flex flex-col'
12
12
- Align the items horizontally with 'items-center'
13
13
- Center the children text elements with 'text-center'
14
14
*/ }
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export default function App() {
27
27
< div className = "flex max-w-md flex-col items-center text-center xl:order-2 xl:items-start xl:text-left" >
28
28
< EpicStackLogo
29
29
/*
30
- 👩🔬 I've used clsx() here purely for organisation purposes.
30
+ 👩🔬 I've used clsx() here purely for organistion purposes.
31
31
I've separated the animation classes so it's a little
32
32
easier to distinguish styling concerns.
33
33
Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ export default function App() {
72
72
2. Span the grid across 6 rows
73
73
74
74
💰 You can define grid-template-rows as a `subgrid` with `grid-rows-subgrid`
75
- 💰 You can span an element acorss multiple rows with the `row-span-*` utilities
75
+ 💰 You can span an element across multiple rows with the `row-span-*` utilities
76
76
*/ }
77
77
< ul className = "flex max-w-3xl flex-wrap justify-center gap-2 sm:gap-4 xl:grid xl:grid-flow-col xl:grid-cols-5 xl:grid-rows-6" >
78
78
{ logos . map ( ( logo , i ) => (
You can’t perform that action at this time.
0 commit comments