html图片上加水印,css给图片添加水印

目的:

给一些图片加上水印。

(学习视频推荐:css视频教程)

图片和水印展示区域

样式.watermark-image {

position: relative;

width: 300px;

height: 300px;

background: url('https://timgsa.baidu.com/timg?image&quality=80&size=b9999_10000&sec=1489746806388&di=68436cfc9319b2f3afeffa9a984a2dc2&imgtype=0&src=http%3A%2F%2Fimg5.duitang.com%2Fuploads%2Fitem%2F201605%2F19%2F20160519224441_VfMWR.thumb.700_0.jpeg') no-repeat;

background-size: 300px;

border: 1px dotted #f00;

}

.watermark-image:before {

content: "Message here.";

font-size: 21pt;

position: absolute;

top: 50%;

left: 50%;

margin-left: -80px;

background-color: rgba(255, 255, 0, 0.7);

-webkit-transform:rotate(-45deg);

}

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值