span {
cursor
:
pointer
;
clear
:
both
;
border-radius
:
3px
;
padding
:
20px
60px
;
display
:
inline-block
;
margin
:
0
20px
;
transition
:
all
0.8
s, color
0.3
s
0.3
s;
cursor
:
pointer
;
background
:
#9acc5f
;
color
:
#333
;
}
a:hover,
span:hover {
color
:
#fff
;
}
.btn-
left
:hover {
box-shadow
:
300px
0
0
0
rgba
(
0
,
0
,
0
,
0.5
)
inset
;
}
.btn-
right
:hover {
box-shadow
:
-300px
0
0
0
rgba
(
0
,
0
,
0
,
0.5
)
inset
;
}
.btn-
top
:hover {
box-shadow
:
0
150px
0
0
rgba
(
0
,
0
,
0
,
0.5
)
inset
;
}
.btn-
bottom
:hover {
box-shadow
:
0
-150px
0
0
rgba
(
0
,
0
,
0
,
0.5
)
inset
;
}
.btn-special
3:
hover {
box-shadow
:
300px
0
0
0
rgba
(
0
,
0
,
0
,
0.25
)
inset
,
-300px
0
0
0
rgba
(
0
,
0
,
0
,
0.25
)
inset
;
}
.btn-special
4:
hover {
box-shadow
:
0
80px
0
0
rgba
(
0
,
0
,
0
,
0.25
)
inset
,
0
-80px
0
0
rgba
(
0
,
0
,
0
,
0.25
)
inset
;
}
.btn-special
1:
hover {
box-shadow
:
0
0
0
10px
rgba
(
0
,
0
,
0
,
0.5
)
inset
;
}
.btn-special
2:
hover {
box-shadow
:
0
0
0
10px
#9acc5f
inset
,
0
0
0
150px
rgba
(
0
,
0
,
0
,
0.5
)
inset
;
}