Bulma sample
Open the sample chapter08/bulma/bulma_sample.html
file in your browser, and the HTML page will look like Figure 8.4:
Figure 8.4: Bulma example page
The following code snippet shows the Bulma CSS file used in the web page:
<head> ... <link rel="stylesheet" href= "https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/ bulma.min.css"> </head>
The web page uses different HTML elements tags styled using the Bulma CSS, as seen in the following code snippet:
<section class="hero is-medium is-primary"> <div class="hero-body"> <div class="container"> <div class="columns"> ...