From 9364904d60b0d0d3d41dd281ad5040ce187f4624 Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Sat, 7 Nov 2020 09:29:48 +0700 Subject: [PATCH 1/4] Add browser extension --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index b3c1b79..9678656 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD) - [Git](#git) - [React](#react) - [Vue](#vue) +- [Browser extensions](#browser-extensions) - [Icons](#icons) - [Fonts and Typography](#fonts-and-typography) - [Illustrations](#illustrations) @@ -514,6 +515,15 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD) [👆 Back To Top](#table-of-contents) +# Browser extensions + +- [Check Browsers Support 💵](https://checkbrowsers.support/) - Check browser compatibility without leaving your tab +- [CSS Inspector 💵](https://cssinspector.com/) - Get the CSS code of any web element with CSS Inspector +- [CSS Scan 💵](https://getcssscan.com/) - The fastest and easiest way to check, copy and edit CSS +- [CSS Spider](https://cssspider.fresalabs.com/) - The quickest and convenient way to copy, visualize, edit and export CSS + +[👆 Back To Top](#table-of-contents) + # Icons - [Font Awesome](https://fontawesome.com/?from=io) From 04db873df380c502705d74d04042a82b779c2656 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 8 Nov 2020 23:38:38 +0530 Subject: [PATCH 2/4] add CSSBattle as a CSS resource --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3c1b79..64183f6 100644 --- a/README.md +++ b/README.md @@ -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](-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. From 6a05a34e9fd27bcdbedabe4e0e740695a8bc2434 Mon Sep 17 00:00:00 2001 From: Nathan Simpson Date: Tue, 10 Nov 2020 21:48:38 +1100 Subject: [PATCH 3/4] Add Nathan Simpson Portfolio item --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b3c1b79..05ef0a6 100644 --- a/README.md +++ b/README.md @@ -665,6 +665,7 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD) - [Fidalgo Pedro](https://fidalgo.dev/) - [Brittany Chiang](https://brittanychiang.com/) - [Developer Portfolios](https://github.com/emmabostian/developer-portfolios) +- [Nathan Simpson](https://nathansimpson.design/) [👆 Back To Top](#table-of-contents) From 9258a4ab7f422951ba047ee8e771f4194aa67b5a Mon Sep 17 00:00:00 2001 From: XanaxOG <42121005+XanaxOG@users.noreply.github.com> Date: Sat, 21 Nov 2020 10:23:14 +0100 Subject: [PATCH 4/4] Fixed broken css-tricks.com link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3c1b79..b3b07f5 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD) - [Flexbox Froggy](https://flexboxfroggy.com/) - Learn CSS Flexbox through a game - [CSS Grid Garden](https://cssgridgarden.com/) - Learn CSS Grid through a game - [Can I use](https://caniuse.com/) - Up-to-date browser support tables for front-end technologies on desktop and mobile browsers. - - [CSS-tricks](-tricks.com) - A wonderful blog site for everything CSS + - [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. - [7 Days, 7 Websites](https://7days7websites.glitch.me/) - A challenge site to build 7 websites in 7 days - [CSS Easing functions](https://easings.net/) - An amazing collection of easing functions bo be used in CSS transitions and animations.