box-shadow:-4px -4px 10px 3px #666,
4px -4px 10px 3px #ff0,
4px 4px 10px 3px #f00,
-4px 4px 10px 3px #00f;
4px -4px 10px 3px #ff0,
4px 4px 10px 3px #f00,
-4px 4px 10px 3px #00f;
2016-08-31
.boxshadow-outset{
width:100px;
height:100px;
box-shadow:-4px -4px 10px 2px #666,4px 4px 8px 4px #666,-1px -20px 15px 2px #ff0 inset;
}
width:100px;
height:100px;
box-shadow:-4px -4px 10px 2px #666,4px 4px 8px 4px #666,-1px -20px 15px 2px #ff0 inset;
}
2016-08-31
height:100px;
width:50px;
background:#9da;
border-radius:50px 0 0 50px;
}
width:50px;
background:#9da;
border-radius:50px 0 0 50px;
}
2016-08-31
已采纳回答 / 慕粉3881142
background:#ccc url(http://static.mukewang.com/static/img/logo_index.png) no-repeat center;
2016-08-31
a{
color:#fff;
}
a[class^="column"]{
background:red;
}
a[href$="doc"]{
background:green;
}
a[title*="box"]{
background:blue;
}
color:#fff;
}
a[class^="column"]{
background:red;
}
a[href$="doc"]{
background:green;
}
a[title*="box"]{
background:blue;
}
2016-08-31
a为元素的水平伸缩量,1为原始大小;
b为纵向扭曲,0为不变;
c为横向扭曲,0不变;
d为垂直伸缩量,1为原始大小;
e为水平偏移量,0是初始位置;
f为垂直偏移量,0是初始位置
——转同学的
b为纵向扭曲,0为不变;
c为横向扭曲,0不变;
d为垂直伸缩量,1为原始大小;
e为水平偏移量,0是初始位置;
f为垂直偏移量,0是初始位置
——转同学的
2016-08-30
练习:
x=1,y=2,c=x+y;
求C的值。
考试:
x=2x+5π*(99999的999次方+444444的3次幂)-小明多大了-银河多大;
求我的智商为多少
x=1,y=2,c=x+y;
求C的值。
考试:
x=2x+5π*(99999的999次方+444444的3次幂)-小明多大了-银河多大;
求我的智商为多少
2016-08-30
background-position:top left,bottom right;
background-size:220px 80px,150px 50px;
background-size:220px 80px,150px 50px;
2016-08-30