QQ登录

只需一步,快速开始

扫一扫,微信登录

img2

已有 295 次阅读2018-4-13 11:33 | CSS3

响应式图片
响应式图片会自动适配各种尺寸的屏幕。
img {
    max-width: **;
    height: auto;
}

图片文本
.container {
    position: relative;
}
?
.topleft {
    position: absolute;
    top: 8px;
    left: 16px;
    font-size: 18px;
}

卡片式图片(有阴影效果)
div.polaroid {
    width: 80%;
    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);
}

img {width: **}

div.container {
    text-align: center;
    padding: 10px 20px;
}

路过

鸡蛋

鲜花

握手

雷人

全部作者的其他最新日志

评论 (0 个评论)

facelist

您需要登录后才可以评论 登录 | 立即注册

关闭

站长推荐上一条 /1 下一条

客服QQ
3502589325 周一至周日:09:00 - 21:00

途鸟吧是一个中小学网课共享平台,为广大中小学生和成人职业教育提供课程分享和互换渠道,目前平台有网课上万部,内容包含小学、初中、高中以及成人职业教育。

Powered by Discuz! X3.4 © 2001-2013 Comsenz Inc.

QQ|Archiver|手机版|小黑屋|途鸟吧知识分享论坛 |网站地图

GMT+8, 2024-6-16 19:33 , Processed in 0.120362 second(s), 30 queries .

返回顶部