To build a grid, just:
--
-
- Add a
columnscontainer
- - Add as many
columnelements as you want
-
diff --git a/docs/documentation/grid.html b/docs/documentation/grid.html
deleted file mode 100644
index 1847c63b..00000000
--- a/docs/documentation/grid.html
+++ /dev/null
@@ -1,749 +0,0 @@
----
-layout: documentation
-doc-tab: grid
----
-
- To build a grid, just: First column Second column Third column Fourth column If you want to change the size of a single column, you can use one the following classes: The other columns will fill up the remaining space automatically.
- Auto Auto
- Auto Auto
- Auto Auto
- Auto Auto
- Auto
- Auto Auto
- Auto Auto
- Auto Auto
- Auto Auto
- Auto As the grid can be divided into 12 columns, there are size classes for each division: 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 While you can use empty columns (like
-
-
- By default, columns are only activated from tablet onwards. This means columns are stacked on top of each other on mobile. If you want columns to work on mobile too, just add the 1 2 3 4 If you only want columns on desktop, just use the 1 2 3 4 You can define a column size for each viewport size: mobile, tablet, and desktop.
- 1 1 1 1 Whenever you want to start a new line, you can close a Auto If you want to remove the space between the columns, add the First column Second column Third column Fourth column You can combine it with the AutoGrid
- A simple way to build columns
-
-
-
- columns containercolumn elements as you want
-
- Sizes
-
-
- is-three-quarters
- is-two-thirds
- is-half
- is-one-third
- is-one-quarter
- is-three-quarters
- is-two-thirds
- is-half
- is-one-third
- is-one-quarter
- is-three-quarters
- is-two-thirds
- is-half
- is-one-third
- is-one-quarter
- 12 columns
-
-
- is-2is-3is-4is-5is-6is-7is-8is-9is-10is-11is-2is-3is-4is-5is-6is-7is-8is-9is-10is-11
-
- Offset
- <div class="column"></div>) to create horizontal space around .column elements, you can also use offset modifiers like .is-offset-x:
- is-half
- is-offset-one-quarter
- is-4
- is-offset-8
- is-11
- is-offset-1
-
-
- Responsiveness
- is-mobile modifier on the columns container:is-desktop modifier on the columns container:Different sizes per breakpoint
- is-half-mobile
- is-one-third-tablet
- is-one-quarter-desktop
- is-half-mobile
- is-one-third-tablet
- is-one-quarter-desktop
-
-
- Multiline
- columns container and start a new one. But you can also add the is-multiline modifier and add more column elements that would fit in a single row.is-one-quarteris-one-quarteris-one-quarteris-one-quarteris-halfis-one-quarteris-one-quarteris-one-quarteris-one-quarter
- is-one-quarter
- is-one-quarter
- is-one-quarter
- is-half
- is-one-quarter
- is-one-quarter
-
-
- Gapless
- is-gapless modifier on the columns container:is-multiline modifier:is-one-quarteris-one-quarteris-one-quarteris-one-quarteris-halfis-one-quarteris-one-quarteris-one-quarteris-one-quarter
- is-one-quarter
- is-one-quarter
- is-one-quarter
- is-half
- is-one-quarter
- is-one-quarter
-
The .container class can be used in any context, but mostly as a direct child of either:
.header.nav.hero.section.footerThe structure of a navbar is the following:
-navbar: main container
- navbar-left for the left sidenavbar-right for the right side
- navbar-item for each individual elementIn a navbar-item, you can then insert almost anything you want: a title, a button, a text input, or just simple text. No matter what elements you put inside a Bulma navbar, they will always be vertically aligned.
navbar-item as you want, as long as they are direct children of the navbar container.
- is-mobile modifier on the navbar container.
-