css

Modal 그림자 효과 주는 css

GoodDev 2018. 5. 11. 12:54
_nbmodalcontent {
    position: relative;
    background-color: #fefefe;
    border-radius: 3px;
    border-top: 3px solid #00c0ef;
    box-shadow: 0px 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
    width: 80%;
    max-width: 400px;
    overflow: hidden;
}