M
M
Mesuti2020-05-22 15:23:07
css
Mesuti, 2020-05-22 15:23:07

How to make a glow from the center?

Hey!
How to make icons glow from the center?
PNG icons with no background, shadow wraps around anyway

Answer the question

In order to leave comments, you need to log in

2 answer(s)
E
Eduard07, 2020-05-22
@Mesuti

https://codepen.io/ed_s/pen/NWGomNG

A
arsenty, 2020-05-22
@arsenty

C box-shadow does not, it is the shadow of the block object, not its contents.
Either embed the SVG inline and apply CSS styles to the path, etc., or wrap the img in a div, and CSS through :after/:before, for example, with filter: blur(10px);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question