Skip to content

Instantly share code, notes, and snippets.

@idmontie
Created April 10, 2015 02:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save idmontie/b50a77f966b0966aac7e to your computer and use it in GitHub Desktop.
Save idmontie/b50a77f966b0966aac7e to your computer and use it in GitHub Desktop.
Cool button
-webkit-appearance: none;
-webkit-background-clip: border-box;
-webkit-background-origin: padding-box;
-webkit-background-size: auto;
-webkit-box-shadow: rgb(218, 150, 34) 0px 5px 0px 0px;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-writing-mode: horizontal-tb;
align-items: flex-start;
background-attachment: scroll;
background-clip: border-box;
background-color: rgb(252, 173, 38);
background-image: none;
background-origin: padding-box;
background-size: auto;
border-bottom-color: rgb(255, 255, 255);
border-bottom-left-radius: 7px;
border-bottom-right-radius: 7px;
border-bottom-style: none;
border-bottom-width: 0px;
border-image-outset: 0px;
border-image-repeat: stretch;
border-image-slice: 100%;
border-image-source: none;
border-image-width: 1;
border-left-color: rgb(255, 255, 255);
border-left-style: none;
border-left-width: 0px;
border-right-color: rgb(255, 255, 255);
border-right-style: none;
border-right-width: 0px;
border-top-color: rgb(255, 255, 255);
border-top-left-radius: 7px;
border-top-right-radius: 7px;
border-top-style: none;
border-top-width: 0px;
box-shadow: rgb(218, 150, 34) 0px 5px 0px 0px;
box-sizing: border-box;
color: rgb(255, 255, 255);
cursor: pointer;
display: inline-block;
font-family: 微软雅黑;
font-size: 20px;
font-style: normal;
font-variant: normal;
font-weight: bold;
height: 50px;
letter-spacing: 1px;
line-height: 50px;
margin-bottom: 15px;
margin-left: 0px;
margin-right: 0px;
margin-top: 15px;
outline-color: rgb(255, 255, 255);
outline-style: none;
outline-width: 0px;
padding-bottom: 1px;
padding-left: 6px;
padding-right: 6px;
padding-top: 1px;
position: relative;
text-align: center;
text-indent: 0px;
text-shadow: none;
text-transform: uppercase;
width: 220px;
word-spacing: 0px;
writing-mode: lr-tb;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment