CSS3-стили:
background: #F400A1;
color: #D60083;
background: linear-gradient(to bottom, #F400A1 0%, #E50092 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F400A1), color-stop(100%, #E50092));
background: -webkit-linear-gradient(top, #F400A1 0%, #E50092 100%);
background: -moz-linear-gradient(top, #F400A1 0%, #E50092 100%);
background: -o-linear-gradient(top, #F400A1 0%, #E50092 100%);
background: -ms-linear-gradient(top, #F400A1 0%, #E50092 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F400A1', endColorstr='#E50092', GradientType=0);
border: 1px solid #D60083;
text-shadow: 0 1px 0 #FF0FB0;
-webkit-text-shadow: 0 1px 0 #FF0FB0;
-moz-text-shadow: 0 1px 0 #FF0FB0;
box-shadow: inset 0 1px 0 #FF0FB0;
-webkit-box-shadow: inset 0 1px 0 #FF0FB0;
-moz-box-shadow: inset 0 1px 0 #FF0FB0;
Содержимое скопировано в буфер. Содержимое не было скопировано. Используйте "Ctrl + C".