CSS3 styles:
background: #AB274F;
color: #8D0931;
background: linear-gradient(to bottom, #AB274F 0%, #9C1840 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AB274F), color-stop(100%, #9C1840));
background: -webkit-linear-gradient(top, #AB274F 0%, #9C1840 100%);
background: -moz-linear-gradient(top, #AB274F 0%, #9C1840 100%);
background: -o-linear-gradient(top, #AB274F 0%, #9C1840 100%);
background: -ms-linear-gradient(top, #AB274F 0%, #9C1840 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AB274F', endColorstr='#9C1840', GradientType=0);
border: 1px solid #8D0931;
text-shadow: 0 1px 0 #BA365E;
-webkit-text-shadow: 0 1px 0 #BA365E;
-moz-text-shadow: 0 1px 0 #BA365E;
box-shadow: inset 0 1px 0 #BA365E;
-webkit-box-shadow: inset 0 1px 0 #BA365E;
-moz-box-shadow: inset 0 1px 0 #BA365E;
Content has been copied to clipboard. Content has not been copied. Press "Ctrl + C" to copy.