MaterializeCSS Card Design

后端 未结 3 1194
孤城傲影
孤城傲影 2021-02-03 14:34

I am trying to adapt the Material Design in my personal website using materializecss.com, however the framework only provide options to exclude otherwise images on top of the CA

3条回答
  •  粉色の甜心
    2021-02-03 14:49

    .card-image {
      float: left;
      width: 40%;
      height: 250px;
    }
    .card-image img {
      height: 100%;
    }
    .right-content {
      width: 60%;
      float: left;
    }
    .card-title {
      padding-left: 20px;
    }
    Card Title

    岩盤浴で使用されるのは極めて珍しい鉱石です。加熱変色する宝石の代表。またその中でも大変珍しく、加熱や摩擦圧力で帯電し数時間は維持することができます。その後中和状態に戻る際に発する電荷を身体に受けることで肩こりや冷え性の改善、神経性疲労や神経衰弱の回復など様々な症状を改善するといわれています。

提交回复
热议问题