/* +------------------------------------------------------------------+ | Green-Beast.com | | CSS: Perspective Text | | Cascading Style Sheet | | Copyright Feb 2008 | | Use with attribution by visible link please! | | Attribute to: Mike Cherim | +------------------------------------------------------------------+ */ /* Below is the CSS needed to make this happen. This can be reversed, Largest to smallest, but it requires several changes. Have fun. */ /* The container */ #cpt { margin : auto; width : 40em; font-size : 50%; line-height : 1.6em; max-width : 90%; text-align : center; } /* Span font-size must be in ems and more than 1em. */ #cpt p span { font-size : 1.1em; } /* End Styles */