Answers for "before width not working"

CSS
0

before width not working

a.infolink::before {
    content: '?';
    display: inline-block;
    background: blue;
    color: white;
    width: 20px;
    height: 20px;
}
Posted by: Guest on September-16-2021

Code answers related to "before width not working"

Browse Popular Code Answers by Language