i don't know why my code is not working btw i want to add image in content of before property of css and i already done this but i don't know how i give size what i want because that image in it's actual size right now
li::after{
    content:" ";
    width: 70px;
    height: 70px;
    top: 10px;
    background-image: url("https://i.pinimg.com/originals/9f/16/32/9f163259165a9031b62fbd8c38746645.jpg?hl=en_US");
    background-repeat:no-repeat ;
    background-size:70px 70px;
    border-radius:35px;
    position: absolute;
    border-top:2px solid #222;
    background:#222;
    justify-content:center;
}
i want to short this problem of sizing of image in content of before property