How to add 3d effect with css
With the help of CSS3 you can add shadow to text and to elements. You can simply add the 3d effects it’s a good way CSS Code <style> h1 { text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa,...