Working example of CSS3 styles

Use the inputs to change the values and see your custom style below. Your CSS class is built for you at the bottom of the page.

iPhone and iPad Web Design for Dummies

text-shadow:

background:

Reflection:

  
.newClass {  
  font-family: "Trebuchet MS";
  text-shadow: rgba(0, 0, 0, 0.5)0px 0px; 0px;
  background: -webkit-gradient(below, 0 from(rgba(200, 200, 240, 0)), to(rgba(255, 255, 255, 0)));
  border-radius: 0px; 
  border-width: 0px; 
  -webkit-box-reflect: -webkit-gradient(below 0px from(transparent), to(rgba(255, 255, 255, 0)));
}