css3 shape-out

shape-out 文字围绕图形矩形设计的限制

<!DOCTYPE html>
<html lang="zh">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width; initial-scale=1.0">
    <title></title>
</head>
<style type="text/css">
    .lapland {
        float: left;
        shape-outside: inset(10px round 10px);
        /*shape-outside: inset(1% round 45%);*/
        /*shape-outside: circle();*/

        /*shape-outside: url("11.png") ;*/
    }
    p{
        font-size: 30px;
    }
</style>
<body>
<img src="1.png" class="lapland"/>

<p>They can bend bows most easily that the most powerful Swedes or Norwegianscould not bend at all. They dress,as you
    see, altogether in skins or coarse wool. The w</p>
</body>
</html>

shape-outside: inset(10px round 10px);
这里写图片描述

/shape-outside: inset(1% round 45%);/

这里写图片描述

/*shape-outside: circle();*/

这里写图片描述

/shape-outside: url(“11.png”) ;/ 注意 透明背景的地方会填充文字
shape-image-threshold 设置透明度阀值,小于的会填充文字
这里写图片描述

通过多边形设置 借助chrome 的 css shape editer 插件
安装完成后 在element 标签最后可看shape
这里写图片描述

使用模型

    .lapland {
        float: left;
       border-radius: 50%;
        border: 10px dotted red;
        shape-outside: margin-box;
        /*shape-outside: padding-box;*/

    }
    p{
        font-size: 30px;
    }
</style>
<body>
<img src="1.png" class="lapland"/>

这里写图片描述

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值