Published on:

100 Buttons 056


button{
    outline: none;
    cursor: pointer;
    display: block;
    position: relative;
    top: 0;
    text-align: center;
    padding: 1em 2.5em;
    border: none;
    color: #df612b;
    background-color: #f3d305;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1;
    transition: all .2s ease;
}

button:focus,
button:hover{
    box-shadow: 5px 5px #FFF;
    top: -5px;
}

Published on:

100 Buttons 055


button{
    outline: none;
    cursor: pointer;
    display: block;
    position: relative;
    top: 0;
    text-align: center;
    padding: 1em 2.5em;
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    background-color: transparent;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1;
    transition: all .2s ease;
}

button:focus,
button:hover{
    box-shadow: 0px 5px #FFF;
    top: -5px;
}

Published on:

100 Buttons 054


button{
    outline: none;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 1em 2.5em 1em 1em;
    border: 2px solid #FFF;
    border-radius: 60px 4px 4px 60px;
    color: #FFF;
    background-color: transparent;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1;
    transition: all .2s ease;
}

button:focus,
button:hover{
    background: #FFF;
    color: #96bf9c;
    transform: rotate(-5deg);
}

Published on:

100 Buttons 053


button{
    outline: none;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 1em 2.5em;
    border: 1px solid #a5a5a5;
    border-radius: 60px;
    color: #747474;
    background: -webkit-linear-gradient(#ffffff 0%, #b7b7b7 100%);
    box-shadow: 0 0 3px rgba(0,0,0,.7);
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1;
}

button:before{
    content: "";
    background: -webkit-linear-gradient(rgba(186,186,186,1) 0%, #FFF 100%);
    display: block;
    position: absolute;
    z-index: -1;
    top: -18%;
    left: -5%;
    width: 110%;
    height: 130%;
    border-radius: 60px;
    border: 1px solid #BBB;
    box-shadow: inset 0 2px 2px rgba(0,0,0,.3);
}

button:focus,
button:hover{
    background: -webkit-linear-gradient(#f4f4f4 0%, #b7b7b7 100%);
    box-shadow: 0 0 1px rgba(0,0,0,.3);
    color: #f27f40
}

Published on:

100 Buttons 052


button{
    outline: none;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 1.25em 3em;
    border: none;
    color: #FFF;
    background: rgba(0,0,0,.4);
    font-family: sans-serif;
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: .1em;
    line-height: 1;
    transition: all .2s ease;
}

button:focus,
button:hover{
    padding: 1em 2em;
    background: rgba(0,0,0,.7);
}

Published on:

100 Buttons 051


button{
    outline: none;
    cursor: pointer;
    display: block;
    text-align: center;
    padding: 30px 60px 5px 5px;
    border-radius: 5px;
    background: -webkit-linear-gradient(top, #366ee5 0%, #213970 100%);
    color: rgba(255, 255, 255, 0.7);            
    border: 2px solid black;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.7), 0 2px 2px rgba(0, 0, 0, 0.7), 0 0 8px rgba(255, 255, 255, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.7), inset 0 3px 1px #1979ff, inset 0 9px 1px -5px rgba(255, 255, 255, 0.8);
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1;
    text-shadow: 0 -1px 0 #0d1733;
    transition: all .2s ease;
}

button:focus,
button:hover{
    background: -webkit-radial-gradient(50% 65%, ellipse closest-corner, #0052e6 0%, #004edd 80%, #0052e7 100%);
    box-shadow: 0 0 50px rgba(52, 92, 255, 0.6), 0 2px 6px rgba(0, 0, 0, 0.7), 0 2px 2px rgba(0, 0, 0, 0.7), 0 0 8px rgba(255, 255, 255, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.7), inset 0 3px 1px #006ff5, inset 0 9px 1px -5px rgba(255, 255, 255, 0.6), inset 0 6px 3px 1px #004899;
}

button:active{
    background: -webkit-radial-gradient(center, ellipse cover, #0052e6 0%, #004edd 80%, #0052e7 100%);
    box-shadow: 0 0 20px rgba(52, 92, 255, 0.4), 0 0 2px rgba(0, 0, 0, 0.7), 0 0 8px rgba(255, 255, 255, 0.1), 0 -1px 0 rgba(0, 0, 0, 0.7), inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

Published on:

100 Buttons 050


button{
    outline: none;
    cursor: pointer;
    display: block;
    text-align: center;
    border: 2px solid #396ae5;
    padding: 1em 2em;
    box-shadow: 0px 0px 0px 4px rgba(255,255,255,.75);
    color: #2849ce;
    background-color: rgba(255,255,255,.75);
    font-family: sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    letter-spacing: .5em;
    transition: all .5s ease;
}

button:focus,
button:hover{
    background-color: #FFF;
    box-shadow: 0px 0px 0px 4px #FFF;
}

Published on:

100 Buttons 049


button{
    outline: none;
    cursor: pointer;
    display: block;
    text-align: center;
    border: none;
    color: #FF9900;
    background: transparent;
    font-family: serif;
    font-style: italic;
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: lowercase;
    transition: color .5s ease;
    color: #fff;
    -webkit-animation: glow 1.5s ease-in-out infinite alternate;
    -moz-animation: glow 1.5s ease-in-out infinite alternate;
    animation: glow 1.5s ease-in-out infinite alternate;
}

button:focus,
button:hover{
    color: #FF1177;
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
}

@-webkit-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
    }
}

@-moz-keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
    }
}

@keyframes glow {
    from {
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF1177, 0 0 70px #FF1177, 0 0 80px #FF1177, 0 0 100px #FF1177, 0 0 150px #FF1177;
    }
    to {
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF1177, 0 0 35px #FF1177, 0 0 40px #FF1177, 0 0 50px #FF1177, 0 0 75px #FF1177;
    }
}

Published on:

100 Buttons 048


button{
    outline: none;
    cursor: pointer;
    display: block;
    text-align: center;
    border: none;
    color: #FF9900;
    background: transparent;
    font-family: monospace;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
    transition: color .5s ease;
}

button:focus,
button:hover{
    color: #FFF;
    -webkit-animation: glow 1.5s ease-in-out infinite alternate;
    -moz-animation: glow 1.5s ease-in-out infinite alternate;
    animation: glow 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes glow{
    from{
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
    }
    to{
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
    }
}

@-moz-keyframes glow{
    from{
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
    }
    to{
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
    }
}

@keyframes glow{
    from{
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
    }
    to{
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
    }
}

Published on:

100 Buttons 047


button{
    outline: none;
    cursor: pointer;
    display: block;
    text-align: center;
    border: none;
    color: #BA01FF;
    background: transparent;
    font-family: sans-serif;
    font-style: italic;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
    transition: color .5s ease;
}

button:focus,
button:hover{
    color: #FFF;
    -webkit-animation: glow 1.5s ease-in-out infinite alternate;
    -moz-animation: glow 1.5s ease-in-out infinite alternate;
    animation: glow 1.5s ease-in-out infinite alternate;
}

@-webkit-keyframes glow{
    from{
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
    }
    to{
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    }
}

@-moz-keyframes glow{
    from{
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
    }
    to{
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    }
}

@keyframes glow{
    from{
        text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px #fff, 0 0 20px #ff00de, 0 0 35px #ff00de, 0 0 40px #ff00de, 0 0 50px #ff00de, 0 0 75px #ff00de;
    }
    to{
        text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00de, 0 0 70px #ff00de, 0 0 80px #ff00de, 0 0 100px #ff00de, 0 0 150px #ff00de;
    }
}

Published on:

100 Buttons 046


button{
    outline: none;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    border: none;
    border-radius: 8px;
    padding: 1em 2em;
    background: #FFF;
    color: #6d626e;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    box-shadow: 0 5px 0 1px #492e4b;
    transition: all .4s ease;
}

button:focus,
button:hover{
    background: rgba(255,255,255,.8);
}

Published on:

100 Buttons 045


button{
    outline: none;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    border: 1px solid #ffc61d;
    border-radius: 50px;
    padding: .75em 1.5em;
    background: transparent;
    color: #ffc61d;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    text-transform: lowercase;
    transition: all .4s ease;
}

button:focus,
button:hover{
    color: #3b658b;
    background-color: rgba(255, 198, 29, 0.5);
}

Published on:

100 Buttons 044


button{
    outline: none;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    border: 3px solid #FFF;
    border-radius: 50px;
    padding: .75em 1.25em;
    background: linear-gradient(#c7c7c7 0%, #6d6d6d 100%);
    color: #FFF;
    font-family: serif;
    font-size: 24px;
    font-style: italic;
    line-height: 1;
    text-transform: lowercase;
    text-shadow: 1px 1px 2px rgba(0,0,0,.5);
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}

button:focus,
button:hover{
    background: linear-gradient(#d9d9d9 0%, #898989 100%);
}

Published on:

100 Buttons 043


button{
    outline: none;
    cursor: pointer;
    display: block;
    height: 40px;
    width: 180px;
    position: relative;
    text-align: center;
    border: none;
    padding: 3px 0 0;
    background-color: #273282;
    color: #FFF;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .2em;
    transition: all .3s ease;
}

button:before{
    position: absolute;
    z-index: -1;
    content: "";
    left: 10px;
    top: -60px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 30px solid #e1211c;
    background: #FFF;;
}

button:focus,
button:hover{
    box-shadow: 0 0 5px 2px rgba(0,0,0,.3);
}

Published on:

100 Buttons 042


button{
    outline: none;
    cursor: pointer;
    display: block;
    height: 80px;
    width: 160px;
    position: relative;
    text-align: center;
    border: none;
    background-color: transparent;
    color: #FFF;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .2em;
    transition: all .3s ease;
}

button:before,
button:after{
    position: absolute;
    z-index: -1;
    content: "";
    left: 80px;
    top: 0;
    width: 80px;
    height: 130px;
    background: #ff6e6e;
    border-radius: 50px 50px 0 0;
    transform: rotate(-45deg);
    transform-origin: 0 100%;
    transition: all .3s ease;
}

button:after{
    left: 0;
    transform: rotate(45deg);
    transform-origin: 100% 100%;
}

button:focus:before,
button:hover:before,
button:focus:after,
button:hover:after{         
    background-color: #f85e5e;  
}

Published on:

100 Buttons 041


button{
    outline: none;
    cursor: pointer;
    display: block;
    height: 60px;
    width: 120px;
    position: relative;
    text-align: center;
    border: none;
    background-color: #88d3a7;
    color: #FFF;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .2em;
    transition: all .3s ease;
}

button:before{
    content: "";
    position: absolute;
    left: 0;
    top: -35px;
    width: 0;
    height: 0;
    border-left: 60px solid #5aaa8b;
    border-right: 60px solid #5aaa8b;
    border-bottom: 35px solid #88d3a7;
    background-color: #88d3a7;
    transition: all .3s ease;
}

button:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -35px;
    width: 0;
    height: 0;
    border-left: 60px solid #5aaa8b;
    border-right: 60px solid #5aaa8b;
    border-top: 35px solid #88d3a7;
    background-color: #88d3a7;
    transition: all .3s ease;
}

button:focus,
button:hover{
    background-color: #8ef4bf;
}

button:focus:before,
button:hover:before{
    border-bottom-color: #8ef4bf;
}

button:focus:after,
button:hover:after{         
    border-top-color: #8ef4bf;  
}

Published on:

100 Buttons 040


button{
    outline: none;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    background: linear-gradient(-180deg, #FFFFFF 15%, #ecc600 16%);
    border: 1px solid #7ECDF6;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    color: #FFF;
    padding: 1em 2em;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .2em;
    transition: all .3s ease;
}

button:focus,
button:hover{
    background: linear-gradient(-180deg, #FFFFFF 0%, #ecc600 16%);
}

Published on:

100 Buttons 039


button{
    outline: none;
    cursor: pointer;
    display: block;
    position: relative;
    text-align: center;
    border: none;
    background-color: transparent;
    color: #000;
    padding: 1em 2em;
    font-family: monospace;
    font-size: 18px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .2em;
    transition: all .3s ease;
}

button:before,
button:after{
    content: "";
    position: absolute;
    z-index: -1;
    transition: all .3s ease;
}

button:before{
    top: -1px;
    left: -1px;
    width: 100%;
    height: 100%;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    max-width: 15%;
    max-height: 35%;
}

button:after{
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    max-width: 15%;
    max-height: 35%;
}

button:hover:before,
button:focus:before,
button:hover:after,
button:focus:after{
    max-width: 100%;
    max-height: 100%;
}

Published on:

100 Buttons 038


button{
    outline: none;
    cursor: pointer;
    display: block;
    box-shadow: 3px 3px 8px rgba(0,0,0,.5);
    text-align: center;
    border: 2px solid red;;
    border-radius: 50%;
    background-color: #FFF;
    color: red;
    padding: .4em .6em;
    font-family: serif;
    font-size: 48px;
    font-weight: 700;
    font-style: italic;
    line-height: .6;
    letter-spacing: -2px;
    text-transform: lowercase;
    transition: all .3s ease;
}

button:hover{
    font-size: 52px;
}

Published on:

100 Buttons 037


button{
    outline: none;
    position: relative;
    top: 0;
    cursor: pointer;
    display: block;
    text-align: center;
    border: none;
    background-color: transparent;
    color: #FFF;
    padding: 1.25em 2em 1em;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .3em;
    text-transform: uppercase;
    transition: all .6s ease;
}

button:before,
button:after{
    content: "";
    position: absolute;
    z-index: -1;
    transition: transform .2s ease, background-color .6s ease;
}

button:before{
    background-color: rgba(255, 206, 25, 0.85);
    width: 51%;
    height: 100%;
    left: 5px;
    top: 2px;
    transform: skew(0, -6deg);
}

button:after{
    background-color: rgba(243, 77, 66, 0.65);
    width: 50%;
    height: 100%;
    right: 5px;
    top: 2px;
    transform: skew(0, -6deg);
}

button:hover:before,
button:focus:before,
button:hover:after,
button:focus:after{
    transform: skew(0,0);
    background-color: #f67e14
}