From 47d53f8c9680b13531f4988de156384a1ba2812b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Ord=C3=A1s?= <3125580+davorpa@users.noreply.github.com> Date: Sat, 26 Feb 2022 22:57:37 +0100 Subject: [PATCH] Add puzzle game: `CSS Speedrun` by Vincent Will (#6733) --- more/free-programming-interactive-tutorials-en.md | 1 + 1 file changed, 1 insertion(+) diff --git a/more/free-programming-interactive-tutorials-en.md b/more/free-programming-interactive-tutorials-en.md index 0a1a238a2..8cb9525a3 100644 --- a/more/free-programming-interactive-tutorials-en.md +++ b/more/free-programming-interactive-tutorials-en.md @@ -159,6 +159,7 @@ ### HTML / CSS * [CSS Diner](http://flukeout.github.io) +* [CSS Speedrun \| Test your CSS Skills](https://css-speedrun.netlify.app) - Vincent Will (HTML) * [CSS Tutorial](https://www.w3schools.com/css/) - W3Schools * [Flex Box Adventure](https://codingfantasy.com/games/flexboxadventure) - Nick Bull * [Flexbox Defense](http://flexboxdefense.com)