Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSS

adding custom icons

<style>
            .icon {
        background: url("Images/logo.png");
        height: 20px;
        width: 20px;
        display: block;
        /* Other styles here */
    }
  </style>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #adding #custom #icons
ADD COMMENT
Topic
Name
5+9 =