<p>To go further, discover how to <ahref="https://codesandbox.io/s/github/picocss/examples/tree/master/v1-bootstrap-grid">merge Pico with the Bootstrap grid system</a>.</p>
<p>As Pico focuses on native HTML elements, we kept this grid system very minimalist.</p>
<p>A complete grid system in flexbox, with all the ordering, offsetting and, breakpoints utilities, can be heavier than the total size of the Pico library. Not really in the Pico spirit.</p>
<p>If you need a quick way to prototyping or build a complex layout, you can look at <strong>Flexbox grid layouts</strong>. For example, <ahref="https://getbootstrap.com/docs/4.2/getting-started/contents/">Bootstrap Grid System only</a> or <ahref="http://flexboxgrid.com/">Flexbox Grid</a>.</p>
<p>If you need a light and custom grid, you can look at <strong>CSS Grid Generators</strong>. For example, <ahref="https://cssgrid-generator.netlify.com/">CSS Grid Generator</a>, <ahref="http://grid.layoutit.com/">Layoutit!</a> or <ahref="https://griddy.io/">Griddy</a>.</p>
<p>Alternatively, you can <ahref="https://learncssgrid.com/">learn about CSS Grid</a>.</p>