完美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;} 應(yīng)該是這句將line-height設(shè)置成了50px,當line-height和元素height一樣時,就豎直居中了
2018-10-30
最贊回答 / voiceee
transition:屬性名 持續(xù)時間 速度曲線 延遲時間,屬性名 持續(xù)時間 速度曲線 延遲時間
最新回答 / 慕移動9181930
建議使用subliemtext3System.out.println();表示輸出信息換行顯示System.out.print();表示不換行顯示
2018-10-25
最贊回答 / 靜候飛鳥
因為制定HTML和CSS標準的組織W3C動作是很慢的。通常,有w3c組織成員提出一個新屬性,比如說圓角border-radius,大家都覺得好,但w3c制定標準,要走很復雜的程序,審查等。而瀏覽器商市場推廣時間緊,如果一個屬性已經(jīng)夠成熟了,就會在瀏覽器中加入支持。為避免日后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