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