firefox&chrome下的transform

 

-webkit-transform: translate(150px,200px) rotate(45deg) scale(1.5);

-moz-transform:translate(150px,200px) rotate(45deg) scale(1.5);


div{
			width: 300px;
			background-color: yellow;
			text-align: center;
			-webkit-transform: translate(150px,200px) rotate(45deg) scale(1.5);
		}




你可能感兴趣的:(CSS,firefox,chrome,div)