Questions tagged [bulma]

Bulma is a free, open source CSS framework based on Flexbox and used by more than 200,000 developers.

Bulma is a CSS framework based on Flexbox and used by more than 200,000 developers.

Features

  • 100% responsive designed to be mobile first

  • Modular only requiring developers to import only the what's needed

  • Modern built with Flexbox

  • Full customization by setting SASS variables before importing

  • No JavaScript required - CSS only integrating into any JS enviroment

  • Free with a large open source community. Available on GitHub

Resources

Bulma-Start is a tiny npm package that includes the npm dependencies you need to build your own website with Bulma.

The documentation has everything you need to create a website with Bulma.

939 questions
-2
votes
1 answer

Serializing form data with jquery

I have a form shown below that I'm trying to submit the data via jquery. It's not working. The alert is blank. Note, I'm using bulma css framework. HTML form
ChrisJ
  • 477
  • 2
  • 15
  • 31
-2
votes
1 answer

CSS: Footer wont stick to the bottom?

I've declared a footer, yet it still wont stick to the bottom? Here is an image of the footer and explains why it wont stick to the bottom. https://i.stack.imgur.com/Vv6Dg.png Here is the code
genid
  • 1
-2
votes
3 answers

How to add css framework into html file with existing basic css

I'm wondering if you are able to add a css framework, specifically bulma, into an html sheet with existing css. The current css is just a standard < link > style.css, and I'm wondering if I can just link the bulma…
xiaarvin
  • 23
  • 3
-3
votes
2 answers

White band to the right

Why is there an annoying white band to the right of my website? I tried min-width:100vw;,width:100%;, but to no avail. If anyone could help, that would be great. MWE Here.
DarkRunner
  • 449
  • 4
  • 15
-3
votes
1 answer

Positioning elements using Bulma CSS

I am trying to horizontally center some text with the search bar using Bulma CSS, but it didn't work out the way I wanted. I tried using columns, but they are usually pulled all the way over at the edge or not placed properly. I also tried using…
Sunchae Kim
  • 23
  • 1
  • 8
-3
votes
5 answers

Bulma CSS tab switcher

How to make ajax-like tab switcher in Bulma CSS framework? How to make it in easy way? Or what framework should I use to solve this task? Some text to bypass github error Some text to bypass github error Some text to bypass github error Some text to…
Yura
  • 63
  • 1
  • 1
  • 4
-5
votes
1 answer

CSS navbar dropdown isn't working?

I'm trying to code dropdown menus for Bulma's navigation bar, but it seems to be having issues right now, can anyone help me find out why?
1 2 3
62
63