This is a powerful javascript css3 text-shadow generator that is compatible with firefox, internet explorer 7, ie8 to versions to ie 9, opera,netscape etc. The text generator above is easy to use.
css3 text-shadow generator
The CSS text-shadow generator technique is one of the most widely used techniques of enhancing the design of a website. it was supported in CSS 2.1 specification and was later withdrawn due to lack of support. However it is now back in CSS3 and is supported by most modern browsers.
The css3 text-shadow generator property syntax is as follows:
How the generator works
It takes six values: the first value defines the class id which is my- text, the second value defines the vertical distance of the shadow in the y axis direction, the third value defines the horizontal distance in the x axis direction, the fourth value defines the blur of the shadow and the last value defines the colour.
This generated shadow has an inset face with inner shadow which is cross browser friendly for sample browsers like firefox, internet explorer ie, safari,Opera , chrome.
This css is relatively easy to remember compared to other CSS3 styles rules , This css text-shadow generator help you to generate your shadows in real time.
What is style sheet ?
A style sheet consists of a list of set rule. Each rule or rule-set consists of one or more selectors, and a declaration block. A declaration block consists of a list of declarations in braces. Each declaration itself consists of a property, a colon (:), and a value. If there are multiple declarations in a block, a semi-colon (;) must be inserted to separate each declaration. In style sheet, selectors are used to declare which part of markup styles are applied to, a kind of match expression. Selectors may apply to all elements of a specific type, to elements specified by attribute, or to elements depending on how they are placed relative to, or nested within, others in the document tree.