1
0
mirror of https://github.com/phuoc-ng/csslayout.git synced 2025-08-09 15:46:55 +02:00

feat: Update readme

This commit is contained in:
Phuoc Nguyen
2023-09-01 07:46:14 +07:00
parent 4b6b303bbc
commit cf3830a2af

View File

@@ -1,25 +1,12 @@
# CSS Layout # CSS Layout
A collection of popular layouts and patterns made with CSS: As a front-end engineer, I deal with a lot of layouts and components. While there are plenty of CSS frameworks out there that provide these, I don't always want to include them all in my project.
- 🎉 Zero dependencies That's why I've put together a collection of the most popular layouts and components that can be built with pure CSS.
- 🎉 No frameworks
- 🎉 No CSS hacks
- 🎉 Real use cases
- Good practices (coming soon)
- Accessibility Support (coming soon)
## Why These layouts and components are powered by modern CSS features like flexbox and grid, and can be easily customized to fit your specific needs. By combining them, you can create any possible layout you need.
Being a front-end engineer, I have to deal with a lot of layouts and components. The best part? This collection has zero dependencies, no frameworks, and no CSS hacks. These are real use cases that can save you time and effort in your projects.
There are a lot of CSS frameworks out there that provide popular layouts/components but
I usually don't want to include all of them in my project.
So I collect most popular layouts and components that can be built with pure CSS.
They are powered by modern CSS features such as flexbox and grid.
They are great starting points to be picked and customized easily for each specific need.
By composing them, you can have any possible layout that exists in the real life.
## About ## About
@@ -28,5 +15,4 @@ This project is developed by _Nguyen Huu Phuoc_. I love building products and sh
Be my friend on Be my friend on
- [Twitter](https://twitter.com/nghuuphuoc) - [Twitter](https://twitter.com/nghuuphuoc)
- [dev.to](https://dev.to/phuocng) - [Github](https://github.com/phuocng)
- [Github](https://github.com/phuoc-ng)