Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/html/71.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Html 引导转盘卡从下到上定位_Html_Css_Twitter Bootstrap_Bootstrap 4_Sass - Fatal编程技术网

Html 引导转盘卡从下到上定位

Html 引导转盘卡从下到上定位,html,css,twitter-bootstrap,bootstrap-4,sass,Html,Css,Twitter Bootstrap,Bootstrap 4,Sass,我在水平旋转木马中使用引导卡,每个卡都有一个基于副本长度的动态高度,但当前它们似乎位于旋转木马的底部,而不是顶部的预期效果 卡片标题 一些基于卡片标题的快速示例文本,构成了卡片内容的大部分。一些快速的示例文本建立在卡片标题上,并构成卡片内容的大部分 卡片标题 一些基于卡片标题的快速示例文本,构成了卡片内容的大部分 希望这个答案能帮助你:) 非常感谢!出于兴趣,有没有一种不拉伸卡片背景的方法? <div class="scrollmenu"> <d

我在水平旋转木马中使用引导卡,每个卡都有一个基于副本长度的动态高度,但当前它们似乎位于旋转木马的底部,而不是顶部的预期效果


卡片标题

一些基于卡片标题的快速示例文本,构成了卡片内容的大部分。一些快速的示例文本建立在卡片标题上,并构成卡片内容的大部分

卡片标题

一些基于卡片标题的快速示例文本,构成了卡片内容的大部分


希望这个答案能帮助你:)


非常感谢!出于兴趣,有没有一种不拉伸卡片背景的方法?
  <div class="scrollmenu">

<div class="card" style="width: 18rem;">
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content. Some quick example text to build on the card title and make up the bulk of the card's content</p>
    <a href="#" class="btn btn-primary">Go somewhere</a>
  </div>
</div>

<div class="card" style="width: 18rem;">
  <div class="card-body">
    <h5 class="card-title">Card title</h5>
    <p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
    <a href="#" class="btn btn-primary">Go somewhere</a>
  </div>
</div>
.scrollmenu{
    display: inline-flex;
    }