How to make a border to circle in css , Presently it is in Square shape , So I want to make it circle
    color: white;
    left: 52px;
    position: absolute;
    top: 65px;
    padding: 3px;
    background-color: rgb(0, 195, 255);
   
    font-size: 12px;
}See the sample image

 
     
     
    