1
0
mirror of https://github.com/mojpm/frontend-development.git synced 2025-05-03 09:15:46 +02:00

Merge pull request from chinchang/main

add CSSBattle as a CSS resource
This commit is contained in:
Joel P. Mugalu 2020-11-21 16:17:47 +03:00 committed by GitHub
commit 869f55bf23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -140,6 +140,7 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
- [CSS Diner](https://flukeout.github.io/) - Learn CSS Selectors through a game
- [Flexbox Froggy](https://flexboxfroggy.com/) - Learn CSS Flexbox through a game
- [CSS Grid Garden](https://cssgridgarden.com/) - Learn CSS Grid through a game
- [CSSBattle](https://cssbattle.dev) - Learn CSS through a fun code-golfing game
- [Can I use](https://caniuse.com/) - Up-to-date browser support tables for front-end technologies on desktop and mobile browsers.
- [CSS-tricks](https://css-tricks.com) - A wonderful blog site for everything CSS
- [Responsinator](https://www.responsinator.com/) - A quick tool to check the responsiveness of a site across different devices.