From 15e8831fad731d94a34daa3dbaff8eebc901bf7d Mon Sep 17 00:00:00 2001 From: Phuoc Nguyen Date: Tue, 3 Nov 2020 08:12:17 +0700 Subject: [PATCH] Add CSS Layout --- CONTRIBUTORS.md | 1 + README.md | 1 + 2 files changed, 2 insertions(+) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 4ded721..0c12586 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -3,3 +3,4 @@ This project exists thanks to all these contributors. - Alex Nodex +- [Phuoc Nguyen](https://github.com/phuoc-ng) diff --git a/README.md b/README.md index fe9140e..5694152 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD) - [CSS reference by Codrops](http://tympanus.net/codrops/css_reference/) - [CSS for People Who Hate CSS](https://paulcpederson.com/articles/css-for-people-who-hate-css/) -Excellent guide on how to write better, cleaner and more reusable CSS code. - [Cubic Berzier Function Generator](https://cubic-bezier.com/#.17,.67,.83,.67) - Free insights about traffic, visitors and conversions. + - [CSS Layout](https://csslayout.io/) - A collection of popular layouts and patterns made with CSS - Practice your CSS Skills