I\'m new to shadow in css can we set shadows for round image(i mean to a circle image).
if it is possible, please give me a code for this in css. thanks in advan
box-shadow: 0 0 98px 6px rgba(0, 0, 0, 0.2); // this is must but values are just an example, set accordingly. border-radius: 50%; //this is must.
Apply this CSS to your tag or its class, and you are done.