Welcome to mirror list, hosted at ThFree Co, Russian Federation.

css-block-level-@-statements « t4018 « t - git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d6755f2f3db0e75791495292b7ef17899f81324c (plain)
1
2
3
4
5
6
7
8
9
10
@keyframes RIGHT {
    from {
        background : #000;
        border : 10px ChangeMe #C6C6C6;
    }
    to {
        background : #fff;
        border : 10px solid #C6C6C6;
    }
}