分享CSS3制作卡片式图片的方法
程序员文章站
2022-10-12 13:24:51
这篇文章主要为大家分享了CSS3制作卡片式图片的方法,具有一定的参考价值,感兴趣的小伙伴们可以参考一下... 16-07-08...
先看看效果图:
xml/html code复制内容到剪贴板
- <!doctype html>
- <html>
- <head>
- <style>
- body {margin:25px;}
- div.polaroid {
- width: 40%;
- background-color: white;
- box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
- margin-bottom: 25px;
- }
- div.container {
- text-align: center;
- padding: 10px 20px;
- }
- </style>
- </head>
- <body>
- <h2>响应式卡片</h2>
- <div class="polaroid">
- <img src="rock600x400.jpg" alt="norway" style="width:100%">
- <div class="container">
- <p>the troll's tongue in hardanger, norway</p>
- </div>
- </div>
- </body>
- </html>
上一篇: 自己怎么煮火锅才最好吃呢
下一篇: 吃火锅去哪里最好