Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

need a grid #66

Open
3 of 4 tasks
Ksengine opened this issue Feb 22, 2021 · 8 comments
Open
3 of 4 tasks

need a grid #66

Ksengine opened this issue Feb 22, 2021 · 8 comments

Comments

@Ksengine
Copy link

Ksengine commented Feb 22, 2021

Grids are Great components in web.
New.css needs a grid.
but grid needs classes. We need to add some classes for grid.

Grid is based on 4 css techniques.

  • css tables
  • css floats
  • css flex
  • css grid

Can I make a PR

@Ksengine
Copy link
Author

Also Thank yo for this amazing work. Useful for beginners.

@Ksengine
Copy link
Author

Grid is important.
Many CSS frameworks has grrids. Even skeleton dead simple framework.

Look at Google's material design guidelines for grid-
https://material.io/design/layout/responsive-layout-grid.html

@HelloLudger
Copy link

https://github.com/vladocar/Basic.css has a reasonable classless grid system, by putting sections into sections.

@Ksengine
Copy link
Author

https://github.com/vladocar/Basic.css has a reasonable classless grid system, by putting sections into sections.

great idea @HelloLudger

@flying-sheep
Copy link

With flex and grid existing in plain CSS, I don’t get how adding some CSS classes that are thin wrappers around those add any benefit.

I like the way new.css doesn’t reinvent the wheel by adding stuff like this.

@alexislefebvre
Copy link
Contributor

I needed a grid with new.css, I share it with examples, feel free to use it! https://alexislefebvre.github.io/new.grid.css/

@nithyash-17
Copy link

could you be more specific about the details of the grid .

@wdporter
Copy link

If you look at the new.css page on github, it says "A classless CSS framework to write modern websites using only HTML. It weighs 4.8kb."

The demo page says "new.css is a classless CSS framework"

What's great about it is that you are free to add your own classes to do what you want. But it's ridiculous to try to make it into something it is not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants