css Bootstrap Equal Column Heights - 将CSS添加到您的文件中,并将“row-eq-height”类添加到您想要的列周围的行中

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了css Bootstrap Equal Column Heights - 将CSS添加到您的文件中,并将“row-eq-height”类添加到您想要的列周围的行中相关的知识,希望对你有一定的参考价值。

<div class="row row-eq-height">	
		<div class="col-md-6">
			Content Here
		</div>
		<div class="col-md-6">
			Content Here <br />That <br />Is <br />Much <br />Taller
		</div>
	</div>
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

以上是关于css Bootstrap Equal Column Heights - 将CSS添加到您的文件中,并将“row-eq-height”类添加到您想要的列周围的行中的主要内容,如果未能解决你的问题,请参考以下文章

布尔玛卡片的 CSS 样式

bootstrap.css 和 bootstrap-theme.css 有啥区别?

bootstrap-combined.min.css 与 bootstrap.css冲突

css #Bootstrap,#CSS:Bootstrap 3媒体查询

bootstrap有一个配套的css文件docs.css,请问在哪下载?

css CSS。 Bootstrap:响应时间轴 - Bootstrap 3