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