如何将图像与段落的命题对齐。请参阅下面的URL中的示例代码。图像和段落的垂直和水平中心
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css" rel="stylesheet" />
<div class="container">
<div class="col-lg-3 col-md-3 col-sm-6 col-xs-12">
<img src="http://dummyimage.com/300x200/000/fff" class="img-reponsive" />
</div>
<div class="col-lg-8 col-md-8 col-sm-6 col-xs-12">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It
has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop
publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It
has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop
publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
</div>
</div>
什么是对,什么意思呢? –
请发布您尝试过的实际代码。那么para是什么? – Kristine
顺便说一句,你有义务把一些代码与小提琴不错尝试与报价艰难-1 –