Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

after icon css

/* CSS ::after pseudo-element is used to insert some additional content at the end of 
the element’s own content. */

h1::after{
  content: url('images/flower.jpg');
}
Source by programmersportal.com #
 
PREVIOUS NEXT
Tagged: #icon #css
ADD COMMENT
Topic
Name
7+4 =