Customizing BulmaCSS colors with CSS
After reading the documentation, I still don’t understand why I can’t set the primary color with CSS like this:
cards with same size in columns
I face a similar problem like described here: I want to place 3-6 cards next to each other and I want them to be the same width & height. I tied adding is-flex
option to the column, but this tampered with the widths of the columns (but did work for the height). Also I want to make sure the “order now” button stays on the bottom.
center text in a card-header
Using bulma makes it easy to position text – usually. I was not able to place the card-header
attribute centered.