PC & IT SUPPORT MADE EASY FORUM
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Style Buttons With CSS Auto Generator Site

Go down

Style Buttons With CSS Auto Generator Site Empty Style Buttons With CSS Auto Generator Site

Post by jamied_uk 2nd May 2016, 18:21



button.csscook.com


Last edited by jamied_uk on 2nd May 2016, 19:07; edited 3 times in total
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Style Buttons With CSS Auto Generator Site Empty Re: Style Buttons With CSS Auto Generator Site

Post by jamied_uk 2nd May 2016, 18:24

My Example


Code:

.btn-style{
    border : solid 4px #ffffff;
    border-radius : 3px;
    moz-border-radius : 3px;
    -webkit-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
    -moz-box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
    box-shadow : 0px 0px 5px rgba(0,0,0,1.0);
    font-size : 20px;
    color : #d1ff6e;
    padding : 1px 10px;
    background : #053494;
    background : -webkit-gradient(linear, left top, left bottom, color-stop(0%,#053494), color-stop(100%,#addbff));
    background : -moz-linear-gradient(top, #053494 0%, #addbff 100%);
    background : -webkit-linear-gradient(top, #053494 0%, #addbff 100%);
    background : -o-linear-gradient(top, #053494 0%, #addbff 100%);
    background : -ms-linear-gradient(top, #053494 0%, #addbff 100%);
    background : linear-gradient(top, #053494 0%, #addbff 100%);
    filter : progid:DXImageTransform.Microsoft.gradient( startColorstr='#053494', endColorstr='#addbff',GradientType=0 );

}
jamied_uk
jamied_uk
Admin

Posts : 2951
Join date : 2010-05-09
Age : 41
Location : UK

https://jnet.sytes.net

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum