12 lines
No EOL
229 B
CSS
12 lines
No EOL
229 B
CSS
#digit {
|
|
width: .5em;
|
|
overflow: hidden;
|
|
font: 32px "Courier New", monospace;
|
|
}
|
|
|
|
#stripe.animate {
|
|
margin-left: -174px;
|
|
transition-property: margin-left;
|
|
transition-duration: 9s;
|
|
transition-timing-function: linear;
|
|
} |