Week 08 – css libraries Bulma

Problem Set

Elements Page Using Bulma

The Blog

Bulma is a CSS framework that helps programmers quickly build responsive websites with minimal effort and less code in some cases. Some of the most useful components for easy and quick development that I would use are:”

  1. Navbar: The Navbar is a top navigation bar. It helps users navigate through your site. Example: A website with multiple section with links like “Home,” “About,” and “Contact.”
  2. Columns: For flexible, responsive grid layouts.Example two posts, each in its own column an they are responsive.
  3. Buttons: pre-styled buttons for things like submitting forms or starting actions. A blue “Submit” button.
  4. Cards: Are used to display content in compact, well-organized boxes. For example, Pokémon cards can be created to showcase each Pokémon’s image, name, type, and other details.
  5. Forms: For creating user input forms with simple and easy to create form and controls them. Example: A form with a text input and a submit button.
  6. Tables: For displaying well structured data in a clear, organized manner. Example : A simple table with products and prices.

Leave a comment

Your email address will not be published. Required fields are marked *