1. 程式人生 > >HTML中讓邊框變成圓形並且帶有陰影

HTML中讓邊框變成圓形並且帶有陰影

min-width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background-color: #29E415;
    display: block;
    position: absolute;
    top: -5px;
    font-style: initial;
    left: 65px;
    border-radius: 20px;   //讓邊框變成圓形
    padding: 0 3px;
    z-index: 1000;
    font-size: 11px;
    box-shadow: rgba(0,0,0,0.3) 2px 3px 2px;  //讓邊框帶有陰影