完美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
最新回答 / 林小疯
border-radius: 100%;角度百分百,所以是圆形
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
最新回答 / 末之
.nav{ font:bold 0/50px Arial;} 应该是这句将line-height设置成了50px,当line-height和元素height一样时,就竖直居中了
2018-10-30
最赞回答 / voiceee
transition:属性名 持续时间 速度曲线 延迟时间,属性名 持续时间 速度曲线 延迟时间
最新回答 / 慕移动9181930
建议使用subliemtext3System.out.println();表示输出信息换行显示System.out.print();表示不换行显示
2018-10-25
最赞回答 / 静候飞鸟
因为制定HTML和CSS标准的组织W3C动作是很慢的。通常,有w3c组织成员提出一个新属性,比如说圆角border-radius,大家都觉得好,但w3c制定标准,要走很复杂的程序,审查等。而浏览器商市场推广时间紧,如果一个属性已经够成熟了,就会在浏览器中加入支持。为避免日后w3c公布标准时有所变更,加入一个私有前缀,比如-webkit-border-radius,通过这种方式来提前支持新属性。等到日后w3c公布了标准,border-radius的标准写法确立之后,再让新版的浏览器支持border-radi...
2018-10-22
background-image:linear-gradient(to top left, red,blue,green,yellow,pink);
2018-10-15
最新回答 / 四手科学家
这里好像没有,得去cdns看看,https://www.zhangxinxu.com/wordpress/2012/09/css3-3d-transform-perspective-animate-transition/comment-page-1/
2018-10-13