1
0
mirror of https://github.com/mojpm/frontend-development.git synced 2025-08-01 10:10:17 +02:00

Add CSS Layout

This commit is contained in:
Phuoc Nguyen
2020-11-03 08:12:17 +07:00
parent f85e35bbcf
commit 15e8831fad
2 changed files with 2 additions and 0 deletions

View File

@@ -3,3 +3,4 @@
This project exists thanks to all these contributors.
- Alex Nodex
- [Phuoc Nguyen](https://github.com/phuoc-ng)

View File

@@ -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