/* CSS Document */ #header { width: 960px; height: 50px; background-color: #0CF; color: #03C; text-align: center; font-size: 18px; } #wrapper #columnl { float: left; width: 310px; padding-right: 5px; padding-left: 5px; } #wrapper #columnc { float: left; width: 310px; padding-right: 5px; padding-left: 5px; } #wrapper #columnr { float: right; width: 310px; padding-right: 5px; padding-left: 5px; } #navbar { width: 960px; height: 50px; background-color: #0F0; color: #F00; text-align: center; font-size: 14px; } @keyframes img1 { from { background-color:green; } to{ background-color:red; } } #img { animation:img1 5s; -webkit-animation:img1 5s; width:20px; height:20px; outline:solid; background-color:lime; position:fixed; text-align:center; top:5px; right:5px; }