|
In this article, we will learn about Bulma Offset. The offset modifier of the Bulma framework is used for adding horizontal spacing with the use of custom class values like .is-offset-8 or .is-offset-one-fourth. It is possible to create the horizontal spacing around the columns using empty columns, however, using the offset classes is an easier alternative. Bulma Offset Classes:
Syntax: <div class="columns is-mobile"> <div class="column is-half is-offset-one-quarter">Column 1</div> </div> ... <div class="columns is-mobile"> <div class="column is-4 is-offset-8">Column 2</div> </div> Example: This example illustrates the Bulma Column Offset. HTML
Output: Reference: https://bulma.io/documentation/columns/sizes/#offset |
Reffered: https://www.geeksforgeeks.org
CSS |
Related |
---|
![]() |
![]() |
![]() |
![]() |
![]() |
Type: | Geek |
Category: | Coding |
Sub Category: | Tutorial |
Uploaded by: | Admin |
Views: | 11 |