Code & Deploy
Code
Models
Repos
Sign in
@matheusbsbs
/
matheus-bagliano
matheus-bagliano
/
t
/
t4018
/
css-block-level-@-statements
Code
Commits
Pulls
CI/CD
81,295
bisect
bisect
jch
maint
master
next
seen
test
todo
text
10 lines
184 Bytes
Copy permalink
Copy
Raw
1
@keyframes RIGHT {
2
from {
3
background : #000;
4
border : 10px ChangeMe #C6C6C6;
5
}
6
to {
7
background : #fff;
8
border : 10px solid #C6C6C6;
9
}
10
}