【Html】09-径向渐变补充

径向渐变-size

半径长短

  1. closest-side:圆心到最近的边的距离开始渐变过渡;

    <style>
            div{
                width: 200px;
                height: 200px;
                background: 
                #fff radial-gradient(closest-side circle at 50px 50px,#cf9,#000 );
            }
    </style>
    

    效果预览:

    在这里插入图片描述

  2. farthest-side:圆心到最远的边的距离开始渐变过渡;

    <style>
            div{
                width: 200px;
                height: 200px;
                background: 
                #fff radial-gradient(farthest-side circle at 50px 50px,#cf9,#000 );
            }
    </style>
    

    效果预览

    在这里插入图片描述

  3. closest-corner:圆心到最近的角的距离开始渐变过渡;

    <style>
            div{
                width: 200px;
                height: 200px;
                background: 
                #fff radial-gradient(closest-corner circle at 50px 50px,#cf9,#000 );
                margin: 200px auto;
            }
    </style>
    

    效果预览:

    在这里插入图片描述

  4. farthest-corner:圆心到最远的角的距离开始渐变过渡;

    <style>
            div{
                width: 200px;
                height: 200px;
                background: 
                #fff radial-gradient(farthest-corner circle at 50px 50px,#cf9,#000 );
                margin: 200px auto;
            }
    </style>
    

    效果预览:

    在这里插入图片描述

多张背景图

background:
			radial-gradient(color,color,color) position/size,
			radial-gradient(color,color,color) position/size,
			radial-gradient(color,color,color) position/size;

背景图与背景图的样式用逗号(,)隔开


END

评论 2
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值