--- title: Grid Cells layout: docs theme: library doc-library: true doc-tab: grid breadcrumb: - home - documentation - grid - grid-cells --- {% capture markdown %} Each Bulma grid is comprised of several **cells**. You can adjust the width and height of each of these cells individually, and for each separate breakpoint. {% endcapture %} {% include markdown.html content=markdown %}
| Description | Class | Example |
|---|---|---|
| Which column the cell starts at | is-col-start |
{% highlight html %}{% endhighlight %} |
| Which column the cell ends at, counting from the end | is-col-from-end |
{% highlight html %}{% endhighlight %} |
| How many columns the cell will span | is-col-span |
{% highlight html %}{% endhighlight %} |
| Which row the cell starts at | is-row-start |
{% highlight html %}{% endhighlight %} |
| Which row the cell ends at, counting from the end | is-row-from-end |
{% highlight html %}{% endhighlight %} |
| How many rows the cell will span | is-row-span |
{% highlight html %}{% endhighlight %} |