Add Bulma CSS libraryλ︎
Bulma is a CSS only framework (no JavaScript) that provides a range of easy to apply styles using meaningful style names. Its quite lightweight and therefore fast to load along with your website.
Bulma also recommends using FontAwesome library, to add common logos such at GitHub.
Note::Add Bulma CSS and FontAwesome icons to project web pageλ︎
Edit the
resources/public/index.html
file in your project Add the following line of code inside the<head>
tag:
See the Practicalli Landing page index.html file for an example