Egg-cellent Quotes

A cracking collection of egg-cellent quotes

"I crack you up, you crack me down." - A concerned egg.

Eggbert Eggston, renowned Egg-cellence expert

"Don't get your eggs in a basket, unless you're a chicken." - Wise Egg-philosopher, Cluck Norris

Cluck Norris, Fowl Philosopher
/* CSS */ body { background: #FF0000; /* bright red */ } .container { border: 10px solid #000000; /* thick black border */ } .header { background: #0000FF; /* bright blue */ padding: 20px; } .title { font-size: 40px; font-weight: bold; color: #FFFF00; /* bright yellow */ } .tagline { font-size: 18px; color: #008000; /* green */ } .tagline-text { font-weight: bold; } .quote { background: #FFC000; /* orange-ish */ padding: 10px; border: 1px solid #000000; /* thin black border */ } .author { font-size: 14px; color: #000000; /* black */ font-style: italic; } .link { color: #0000FF; /* bright blue */ text-decoration: none; } .link:hover { text-decoration: underline; } .footer { background: #000000; /* black */ padding: 10px; border-top: 1px solid #000000; /* thin black border */ } /* Add some drop shadows for that extra oomph */ .quote { box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); } .quote p { margin: 0; padding: 0; } .quote cite { display: block; padding: 0 10px; } .link { font-weight: bold; }