1.
-webkit-transform: matrix(1,0,0,1,100,100);
transform: matrix(1,0,0,1,100,100);
2.
-webkit-transform: translate(100px, 100px);
transform: translate(100px, 100px);
-webkit-transform: matrix(1,0,0,1,100,100);
transform: matrix(1,0,0,1,100,100);
2.
-webkit-transform: translate(100px, 100px);
transform: translate(100px, 100px);
2018-11-20
#brand:target p {
background: orange;
color: #fff;
}
a {
text-decoration:none;
}
background: orange;
color: #fff;
}
a {
text-decoration:none;
}
2018-11-13
完美3D球体
.boxshadow-outset{
width:150px;
height:150px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 3px 3px 140px 8px #999 inset, -15px -15px 35px 50px #000 inset;
}
.boxshadow-outset{
width:150px;
height:150px;
background-color: #ffffff;
border-radius: 50%;
box-shadow: 3px 3px 140px 8px #999 inset, -15px -15px 35px 50px #000 inset;
}
2018-11-09
background:url(http://static.mukewang.com/static/img/logo_index.png) left top/200px 70px no-repeat,
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom/150px 50px;
url(http://static.mukewang.com/static/img/logo_index.png) no-repeat right bottom/150px 50px;
2018-11-05