php
  • html
  • twitter-bootstrap
  • twitter-bootstrap-4
  • 2016-09-23 3 views 0 likes 
    0

    消灯しますしかし、私はそれを修正する方法のアイデアは一切ありません。ソースコード:ブートストラップ4カードのテキストは、私は、カードのテキスト段落のテキストを入れしようとしているが、私はそれを入れたときに起こる、そのカードテキスト

    <div class='card'> 
         <img class='card-img-top img-fluid' width="100%" src="{$post['imagen']}" alt=''> 
         <div class='card-block'> 
         <h4 class='card-title'>{$post['titulo']}</h4> 
         <p class='card-text'>{$post['descripcion']}</p> 
         <p class='card-text'><h6><a href="./categoria/{$post['categoria']}"><span class="tag tag-success"><i class="fa fa-tag" aria-hidden="true"></i> {$post['categoria']}</span></a></h6></p> 
         <p class="text-muted card-text hidden-sm-up"></i>{$fecha}</p> 
         <a href="./post/{$post['id']}" class='btn btn-primary hidden-sm-down'><i class="fa fa-eye" aria-hidden="true"></i> Leer más</a> 
         <a href="./post/{$post['id']}" class='btn btn-primary hidden-sm-up btn-block'><i class="fa fa-eye" aria-hidden="true"></i> Leer más</a> 
         <p class="pull-xs-right text-muted card-text hidden-sm-down">{$fecha}</p> 
         </div> 
        </div> 
    

    私もPHPを使用しています。助けてくれてありがとう:)

    +0

    word-wrapは ''ワードwrap''問題を修正設定していますか? http://www.w3schools.com/cssref/css3_pr_word-wrap.asp – NuclearPeon

    +1

    うん、問題を解決した。ありがとう:) – ToniApps

    答えて

    0

    が言う@NuclearPeon

    として、Styles.cssを

    関連する問題