Home > Article > Web Front-end > The fatal flaw of bootstrap_html/css_WEB-ITnose
Everyone knows that bootstrap uses a 960 grid, but what if the width I need is greater than 960, because a span is 1/12. If it is larger or smaller (referring to the total width), then span Isn’t it inaccurate!
It must be enlarged, the widescreen will become more than 1500
Fatal flaw?
Has the poster just studied Bootstrap?
No, because the width is 100%, it will change when it is increased! It is perfectly compatible with any width
Then you can increase the number of grids by yourself
For example, the style of 13 14 can be added according to its writing method
Then customize it yourself, bootstrap It is supported
You can define it yourself. ,;. , but the problem mentioned by LZ has not been found yet