Compress
#example { background: #0d0d0d; background: -webkit-gradient(linear, center top, center bottom, from(#777), color-stop(10%,#333), to(#000000)); border: 1px solid rgba(0,0,0,0.5); border-radius: 6px; box-shadow: 3px 3px 3px rgba(0,0,0,0.35); color: rgba(255,255,255,0.5); text-shadow: 0 2px 4px #000; user-select: none; -webkit-transition: transform 0.3s ease-out; -webkit-transform: rotate(7.5deg); }