完美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,當(dāng)line-height和元素height一樣時(shí),就豎直居中了
2018-10-30
最贊回答 / voiceee
transition:屬性名 持續(xù)時(shí)間 速度曲線 延遲時(shí)間,屬性名 持續(xù)時(shí)間 速度曲線 延遲時(shí)間
最新回答 / 慕移動(dòng)9181930
建議使用subliemtext3System.out.println();表示輸出信息換行顯示System.out.print();表示不換行顯示
2018-10-25
最贊回答 / 靜候飛鳥(niǎo)
因?yàn)橹贫℉TML和CSS標(biāo)準(zhǔn)的組織W3C動(dòng)作是很慢的。通常,有w3c組織成員提出一個(gè)新屬性,比如說(shuō)圓角border-radius,大家都覺(jué)得好,但w3c制定標(biāo)準(zhǔn),要走很復(fù)雜的程序,審查等。而瀏覽器商市場(chǎng)推廣時(shí)間緊,如果一個(gè)屬性已經(jīng)夠成熟了,就會(huì)在瀏覽器中加入支持。為避免日后w3c公布標(biāo)準(zhǔn)時(shí)有所變更,加入一個(gè)私有前綴,比如-webkit-border-radius,通過(guò)這種方式來(lái)提前支持新屬性。等到日后w3c公布了標(biāo)準(zhǔn),border-radius的標(biāo)準(zhǔn)寫(xiě)法確立之后,再讓新版的瀏覽器支持border-radi...
2018-10-22
background-image:linear-gradient(to top left, red,blue,green,yellow,pink);
2018-10-15