div内发光效果 CSS

<style>
    .all {
        width:97%;
        height:95%;
        margin-left:1.5%;
        margin-top:1.6%;
        border-radius:5px;
        box-shadow:rgb(11, 234, 235) 0px 0px 18px inset;
    }
</style>

<div class="all"></div>

猜你喜欢

转载自www.cnblogs.com/f-l-y/p/9276462.html
今日推荐