Jump to content

User:Shevonsilva/delete/Bulma (framework)

From Wikipedia, the free encyclopedia
Bulma
Stable release
0.7.5
Repositoryhttps://github.com/jgthms/bulma
Written inCSS
PlatformWeb platform
LicenseMIT License

Bulma is a free and open-source CSS framework whcih depends on Flexbox.[1][2][3][4][5][6]


Features

[edit]

Following features are covered in Bulma:

  • Classes
  • Modularity
  • Responsiveness
  • Colors
  • Funtions
  • Mixins.[7]

Example

[edit]

Sample code may look like as follows:

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <title>Hello Bulma!</title>
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.5/css/bulma.min.css">
    <script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
  </head>
  <body>
  <section class="section">
    <div class="container">
      <h1 class="title">
        Hello World
      </h1>
      <p class="subtitle">
        My first website with <strong>Bulma</strong>!
      </p>
    </div>
  </section>
  </body>
</html>

[8]


See also

[edit]

References

[edit]
  1. ^ Thomas, Jeremy (2018). Creating Interfaces with Bulma. Bleeding Edge Press.
  2. ^ Thomas, Jeremy (2018). Creating Interfaces with Bulma. Bleeding Edge Press.
  3. ^ Hibbard, James; Eluwande, Yomi; Wanyoike, Michael; Jacques, Nilson; Vundi, Christopher; Atoyebi, Deji; Gerchev, Ivaylo (2019-06-06). Vue.js: 11 Practical Projects. SitePoint. ISBN 9781492071365.
  4. ^ Automating with Node.js. Shaun Michael Stone. 2018-06-14.
  5. ^ Street, Mike; Passaglia, Andrea; Halliday, Paul (2018-12-24). Complete Vue.js 2 Web Development: Practical guide to building end-to-end web development solutions with Vue.js 2. Packt Publishing Ltd. p. 514. ISBN 9781789956672.
  6. ^ Hibbard, James; Perna, Maria Antonietta; Gerchev, Ivaylo; Mulders, Michiel; Bush, David (2019-06-06). Vue.js: Tools & Skills. SitePoint. ISBN 9781492071402.
  7. ^ "Overview". bulma.io. Retrieved 2019-08-21.
  8. ^ "Getting started with Bulma". bulma.io. Retrieved 2019-08-21.
[edit]

Category:CSS frameworks Category:HTML Category:Software using the MIT license Category:Web design Category:Web development