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
Yes, just add a border-radius: 50% to your image along with the box shadow property :) works in my img tag.