-
transform: matrix(參數(shù)無關(guān), 縮放X軸, 參數(shù)無關(guān), 縮放Y軸, 水平偏移距離, 垂直偏移距離);查看全部
-
記錄筆記查看全部
-
div :not ([id="footer"]){ background:orange; }查看全部
-
尼瑪 :nth-last-child(5) 才是正確的 估計(jì)遍題的時(shí)候弄錯(cuò)了 3 搞成5了 。。。。還是codecademy好一點(diǎn)查看全部
-
這個(gè)講的不清楚啊查看全部
-
編程查看全部
-
三句一起用才能實(shí)現(xiàn)效果查看全部
-
.wrapper > div:first-of-type { background: orange; } wrapper中的第一個(gè)div顏色設(shè)置成orange查看全部
-
ul > li:nth-last-child(3){ background: orange; } 設(shè)置ul下的倒數(shù)第三個(gè)li背景色為orange查看全部
-
ul>li:nth-child(2n-1){border:1px solid red;} 添加ul下所有l(wèi)i的基數(shù)li 的border查看全部
-
:first-child{} 選擇父元素的第一個(gè)子元素的元素E查看全部
-
<div id = "brand"></div> <a href="#brand">Brand</a> :target{border:1px soild red; } 點(diǎn)擊鏈接Brand設(shè)置id為brand的div的border查看全部
-
p:empty{border:1px soild #ccc} 把沒有任何內(nèi)容的p標(biāo)簽添加邊框查看全部
-
div:not([id="divID"]){} 除去id為divID的其他所有div元素查看全部
-
:root選擇器等同于<html> 標(biāo)簽查看全部
舉報(bào)
0/150
提交
取消