How to give outer glow to an object in a transparent png using CSS3?

后端 未结 7 2042
谎友^
谎友^ 2021-02-02 06:03

I\'m working on a project where I need to make modifications in more then 500 images to give outerglow on hover effect. I will need to modify each image to give

7条回答
  •  后悔当初
    2021-02-02 06:39

    This can be done using filter(box-shadow). Have a look at http://demosthenes.info/blog/598/boxshadow-property-vs-dropshadow-filter-a-complete-comparison

    Here is a demo http://jsfiddle.net/jaq316/EKNtM/

    And here is the code

    
    
    

提交回复
热议问题