CSS: equal height columns

后端 未结 2 946
礼貌的吻别
礼貌的吻别 2020-12-01 22:13

In this website I would like to define an equal Height for the columns with the questions.

I am using Materialize CSS as Framework.

Is this possible?

2条回答
  •  鱼传尺愫
    2020-12-01 22:58

    Please see below. I have redefined your CSS so you can add as many questions as you want. When the class question-xxx (where xxx is anything) is used, the CSS will be applied.

    [class*="question-"] {
      width: 100%;
      height: 6em;
      margin: 0;
      background-color: #009ee3;
    }
    h2, h5 { margin: 0; }

    How can I buy simple products fast and easy?

    How can I buy my ongoing demand in some minutes?

    How can I get mobile access to documentation / spare parts of my devices?

    How can I find the fitting product to my application?

提交回复
热议问题