My website is built using HTML and the BULMA framework. The required files and hosting is done through Neocities.org
Bulma is a CSS library. To install it, the required link was provided in the <head> section of my html file. <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bulma@1.0.2/css/bulma.min.css"> I also included the required css file : bulma.css in my website's dependencies however the framework loads through CDN.
Importing the framework into my website was easy due to the simplicity of instructions found online.
However it took time to learn the complexities of the framework and find ways to implement it into my website.
Bulma includes pre-set classes that assist in crfeatively sorting the website. My website in particular uses the hero classes to group sections of the page and include fashionable navigation headers. Bulma also includes a custom option to further customize to the users preference.
It was difficult to find a website hosting service that is free and that was able to support the bulma framework. In the end, I was able to find Neocities.org to host my website and was able to install the the dependencies for the Bulma framework.