blob: cf67f738c79c27ffd38d7da2bd1e795432774118 [file] [log] [blame]
@charset 'utf-8';
#testdiv { background-color: green; }
@media all {
#testdiv { background-color: red; }
}
@page :right {
margin-left: 3cm;
}
@-webkit-keyframes bounce {
from { left: 0px; }
to { left: 200px; }
}
@font-face {
font-family: Foo;
}