|
|
|
|
|
by hiphopyo
4505 days ago
|
|
I don't see why people need to use Bootstrap at all. What's wrong with starting from scratch? Sure, Bootstrap has a lot of best practices you can copy / paste, but so do tons of other boilerplate projects on GitHub. I also don't see why people need to use grids. Grids are meant for graphic design (ie. http://subtraction.com/pics/0703/grids_are_good.pdf) and architecture, not CSS. What's wrong with margins, paddings and media queries? |
|
If you use separate margins and paddings for each element, there's a bigger risk that you'll mess up and introduce irregularities in the layout.
Of course, maybe you don't want elements to be aligned on your page. In that case, yes, you might not need a grid.