Question
1. Write down a CSS rule that gives all h1 and h2 elements a padding of 0.5 ems, a dashed border style and a margin 0.5 ems.
2. Write down a CSS rule that changes the color of all elements containing attribute class="green Move" to green and shifts them down 25 pixels and right 15 pixels.
3. Generate a text shadown on the phrase "New features in CSS3" with a horizontal offset of 2px, a vertical offset of 5px, blur radius of 6px and text-shadow color deepskyblue.
4. Make a text stroke on the phrase "New WebKit features". Make color of text LightBlue. Use the 3px Navy text-stroke and set font-size to 700 percent.