Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/css/40.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 如何在bootstrap中创建这样的布局?_Html_Css_Twitter Bootstrap - Fatal编程技术网

Html 如何在bootstrap中创建这样的布局?

Html 如何在bootstrap中创建这样的布局?,html,css,twitter-bootstrap,Html,Css,Twitter Bootstrap,我有三列5-5-2,高度应该相同,但中间的列有两行,第一行是单列,第二行有两列 使用引导并设置img大小。 以下是代码: <figure class="figure"> <img src="..." width="200px" height="200px" class="figure-img img-fluid img-rounded" alt="A generic square placeholder image with rounded corners in

我有三列5-5-2,高度应该相同,但中间的列有两行,第一行是单列,第二行有两列


使用引导并设置img大小。 以下是代码:

 <figure class="figure">
      <img src="..." width="200px" height="200px" class="figure-img img-fluid img-rounded" alt="A generic square placeholder image with rounded corners in a figure.">
      <figcaption class="figure-caption">A caption for the above image.</figcaption>
    </figure> 

上图的标题。

您需要更具体地回答问题。分享你的代码