Elasticity: Because Life's Too Boring Without a Little Give

You've stumbled upon the most elastic of sites! Where every bounce is a chance to stretch the limits of sanity and good taste.

Spring into Action Get a Little Tense /* styles.css */ body { background: -moz-linear-gradient(left, #FFD700 0, #FFC000 100%); font-family: Arial, sans-serif; } h1 { font-size: 36px; font-weight: bold; text-transform: uppercase; letter-spacing: 1px; border-bottom: 4px solid #000000; margin: 20px 0 20px 0; padding: 0 0 20px 0; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.5); text-align: center; } h1 a { color: inherit; text-decoration: none; } p { font-size: 24px; font-weight: bold; line-height: 1.2; margin: 10px 0; } a { text-decoration: none; font-size: 18px; color: #FFFFFF; text-align: center; transition: all 0.2s ease; } a:hover { opacity: 0.9; transform: translateY(-5px); } a:active { opacity: 0.8; transform: translateY(5px); }