Answers for "reduce size of png css"

CSS
0

how to make png smaller css

.pdflink:after {
    background-image: url('/images/pdf.png');
    background-size: 10px 20px;
    display: inline-block;
    width: 10px; 
    height: 20px;
    content:"";
}
Posted by: Guest on February-06-2021

Browse Popular Code Answers by Language