CSS3 Reflection

Simple little CSS class to add a reflection that fades out underneath an element .reflection{ -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.75, transparent), to(white)) } Works pretty well… .reflection{ -webkit-box-reflect: below 1px -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.75, transparent), to(white)) } .largeFont{ font-size:150%; }               [...]