Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/35.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
Css 如何将引导4卡体类划分为两列_Css_Bootstrap 4 - Fatal编程技术网

Css 如何将引导4卡体类划分为两列

Css 如何将引导4卡体类划分为两列,css,bootstrap-4,Css,Bootstrap 4,我有以下引导4卡系统 <div class="card-body"> <img src="{{asset('images/yimage.jpg')}}" alt="..." class="rounded-circle"> <p>This is Title of the Topic</p> </div> 这是主题的标题

我有以下引导4卡系统

<div class="card-body">
      <img src="{{asset('images/yimage.jpg')}}" alt="..." class="rounded-circle">
      <p>This is Title of the Topic</p>
      
</div>

这是主题的标题


但我需要将上面的
卡片图像
类分成两列,比例为1:3,并将图像和主题放在各列中。我如何才能做到这一点?

您可以使用如下引导列结构:


这是主题的标题


它工作正常