Skip to content

Commit e137cb5

Browse files
committed
Add games to learning resources
1 parent 795a6c9 commit e137cb5

1 file changed

Lines changed: 19 additions & 1 deletion

File tree

src/data/learning.json

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,24 @@
5353
"name": "CSS Combinators",
5454
"description": "Combinators are used to combine CSS selectors to create more complex selectors.",
5555
"link": "https://developer.mozilla.org/en-US/docs/Learn/CSS/Building_blocks/Selectors/Combinators"
56+
},
57+
{
58+
"id": "css-diner",
59+
"name": "CSS Diner (Game)",
60+
"description": "A game to help you learn and practice CSS selectors.",
61+
"link": "https://flexboxfroggy.com/"
62+
},
63+
{
64+
"id": "flexbox-froggy",
65+
"name": "Flexbox Froggy (Game)",
66+
"description": "A game for learning CSS flexbox.",
67+
"link": "https://flexboxfroggy.com/"
68+
},
69+
{
70+
"id": "grid-garden",
71+
"name": "Grid Garden (Game)",
72+
"description": "A game for learning CSS grid layout.",
73+
"link": "https://cssgridgarden.com/"
5674
}
5775
]
5876
}
@@ -123,4 +141,4 @@
123141
}
124142
}
125143
]
126-
}
144+
}

0 commit comments

Comments
 (0)