z-index
:
3
;
-webkit-animation
:
show2 3s ease-in-out
;
animation
:
show2 3s ease-in-out
;
@-webkit-keyframes show2
{
opacity
:
0
;
width
:
0
;
100%
{
opacity
:
1
;
width
:
407px
;
@keyframes show2
{
opacity
:
0
;
width
:
0
;
100%
{
opacity
:
1
;
width
:
407px
;
</
style
>
</
head
>
<
div
class
="bg"
>
<
div
class
="line"
></
div
>
</
div
>
</
body
>
</
html
>