Copied code To ClipBoard
Font/Text
Text:
Font-Family:
Arial
Georgia
Courier New
Font-Color:
Font-Size:
text-shadow:
X:
Y:
Blur:
Box
Padding-Top:
Padding-Right:
Padding-Bottom:
Padding-Left:
box-shadow:
X:
Y:
Blur:
Border
Border-Radius:
Border-Width
Border-Style
solid
dashed
dotted
Border-Color
Background
gradient
solid
background:
start-color:
end-color:
Hover
gradient
solid
background:
start-color:
end-color:
Preview
.btn
{
background:
#3498db
;
background-image:
linear-gradient(to bottom,
#3498db
,
#2980b9
);
border-radius:
28px
;
border:
0px
solid
#000
;
font-family:
Arial
;
color:
#ffffff
;
font-size:
20px
;
padding:
10px
20px
10px
20px
;
box-shadow:
0px
0px
0px
#3498db
;
text-shadow:
0px
0px
0px
#2365db
;
text-decoration:
none;
cursor:
pointer;
}
.btn:hover
{
background:
#3cb0fd
;
background-image:
linear-gradient(to bottom,
#3cb0fd
,
#3498db
);
text-decoration:
none;
}