布尔玛剖面图
在本文中,我们将看到布尔玛部分。 Section是一个基本容器,用于将网页内容划分为不同的部分。
布尔玛科类:
- section- Bulma此类用于将网页划分为不同的部分,并且填充较少。
- section is-medium-此类Bulma用于将网页划分为中等大小的不同部分。
- section is-large- Bulma 此类用于将网页划分为大尺寸的不同部分。
句法:
......
示例 1:下面的示例说明了 Bulma 中的部分。
HTML
GeeksforGeeks
This is a Bulma
section
used for dividing the content
into various sections.
HTML
Medium size section
This is a Bulma
Medium section
used for dividing the content
into various sections.
Large size section
This is a Bulma
Large section
used for dividing the
content into various sections.
输出:
示例 2:下面的示例说明了 Bulma 中 section 类的两种大小。
HTML
Medium size section
This is a Bulma
Medium section
used for dividing the content
into various sections.
Large size section
This is a Bulma
Large section
used for dividing the
content into various sections.
输出:
参考: https://bulma.io/documentation/layout/section/