User:Shevonsilva/delete/Bulma (framework)
Appearance
Stable release | 0.7.5
|
---|---|
Repository | https://github.com/jgthms/bulma |
Written in | CSS |
Platform | Web platform |
License | MIT 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>
See also
[edit]References
[edit]- ^ Thomas, Jeremy (2018). Creating Interfaces with Bulma. Bleeding Edge Press.
- ^ Thomas, Jeremy (2018). Creating Interfaces with Bulma. Bleeding Edge Press.
- ^ 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.
- ^ Automating with Node.js. Shaun Michael Stone. 2018-06-14.
- ^ 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.
- ^ Hibbard, James; Perna, Maria Antonietta; Gerchev, Ivaylo; Mulders, Michiel; Bush, David (2019-06-06). Vue.js: Tools & Skills. SitePoint. ISBN 9781492071402.
- ^ "Overview". bulma.io. Retrieved 2019-08-21.
- ^ "Getting started with Bulma". bulma.io. Retrieved 2019-08-21.
External links
[edit]Wikimedia Commons has media related to Bootstrap (framework).
Category:CSS frameworks Category:HTML Category:Software using the MIT license Category:Web design Category:Web development