Search
 
SCRIPT & CODE EXAMPLE
 

CSS

how to resize after image in css

<a href='foo.pdf'class='pdflink'>A File !</a>

/* .pdflink:after {
    content: url('/images/pdf.png')
} */

.pdflink:after {
    background-image: url('/images/pdf.png');
    background-size: 10px 20px;
    display: inline-block;
    width: 10px;
    height: 20px;
    content: "";
}
Comment

PREVIOUS NEXT
Code Example
Css :: bootstrap breakpoints 
Css :: aspect-ratio css 
Css :: decrease div size 
Css :: focus selector css 
Css :: css make background visible in text 
Css :: ng-deep 
Css :: css attribute selector 
Css :: how to create a circle with css 
Css :: form layout with glassmorphism css 
Css :: how to use font awesome with tailwind css 
Css :: laravel asset css not found 
Css :: div inline grid 100% width 
Css :: bootstrap cheat sheet 
Css :: button highlight none css 
Css :: uninstall tinyproxy ubuntu 
Css :: mix color using css 
Css :: css border radius 
Css :: css hsla 
Css :: center an element in css completely 
Css :: hide featured image in wordpress 
Css :: add arrow in select css 
Css :: select two stuffes css 
Css :: text dont skip next line css 
Css :: react bootstrap carousel not working 
Css :: padding css 
Css :: how to insert gradient in css 
Css :: linux copy directory permissions to another directory 
Css :: set min div height 
Css :: adding a background color in css 
Css :: customize scroll bar css 
ADD CONTENT
Topic
Content
Source link
Name
6+1 =