如何在下方的缩略图上获得漂亮的边框?我尝试使用容器,但这意味着当在md
或sm
屏幕宽度中使用时,文本会从侧面运行。
<div class="col-lg-8 col-lg-offset-2 col-md-8 col-md-offset-2 col-sm-8 col-sm-offset-2 col-xs-12 col-xs-offset-0">
<div class="caption-blue thumbnail">
<div>
<p>How can i get a border here, i would really like tht but everytime i try the text either runs off the side with a container or no border sows at all ... help!</p>
</div>
</div>
</div>
css for caption-blue
.caption-blue{
background: rgb(1,165,228);
font-family: 'myfont';
color: white;
}