CSS Gradient arrow shape with inner shadow and gradient border
问题 I want to create a gradient arrow shape button with gradient border and 1px inner shadow from CSS. I've created an image to show the button and the style rules: This is what I have so far: .button { color: #FFF; background-color: #D02180 !important; background: -webkit-gradient(linear, 0 0, 0 100%, from(#f84aa4), to(#d02181)); background: -webkit-linear-gradient(#f84aa4, #d02181); background: -moz-linear-gradient(#f84aa4, #d02181); background: -o-linear-gradient(#f84aa4, #d02181); background: