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>

posted @ 2018-07-07 10:04  晴天fly  阅读(22107)  评论(0编辑  收藏  举报