html bootstra3简单的卡片

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html bootstra3简单的卡片相关的知识,希望对你有一定的参考价值。

<style>
/* card css */
.card{
    background-color: red;
    margin: 0;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */

}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card img{
    width: 100%;
    border-radius: 5px 5px 0 0;
}

.card-content{
    padding: 2px 16px;
}

/* end card css */

</stye>




<div class="col-md-12">
                  <div class="card">
                      <img src="http://placehold.it/300X100" alt="">
                      <div class="card-content">
                            <h3> hello world</h3>
                      </div>
                  </div>
 </div>
        

以上是关于html bootstra3简单的卡片的主要内容,如果未能解决你的问题,请参考以下文章

iOS炫酷动画图案多种选择器网络测速滑动卡片效果等源码

Bootstrap 4列中相同高度的卡片

如何在卡片背景中设置多种不同的颜色

在 Bootstrap 中单击时将卡片变灰

不在代码中时检查时出现在 html 页面上的随机逗号

用Principle制作卡片左右划动动效#Principle教程