CSS3 new attribute skills

1. Parity attributes:

/*odd*/

ul li:nth-child (odd){

background-color: green;

}

< em id="__mceDel" style="font-family:'Courier New'; font-size: 12px;"> /*even*/

em>< em id="__mceDel">ul li:nth-child(even){< /em>

< em id="__mceDel">background-color: red;

}

2.

CSS3 animation

.btn-shake-hand{< br /> -webkit-animation: fingerHandle 1s ease infinite both;
animation: fingerHandle 1s ease infinite both;
}
.btn-shake-hot{
-webkit-animation: free_download 0.5s linear alter