Css代碼的書寫方式有哪4種?
CSS代碼書寫順序:
1.位置屬性(position, top, right, z-index, display, float等);
2.大小(width, height, padding, margin);
3.文字系列(font, line-height, letter-spacing, color- text-align等);
4.背景(background, border等);
5.其他(animation, transition等)。class="menu-item menu-item-type-taxonomy menu-item-object-category current-menu-item menu-item-21"是wp中的自定義導航菜單中的CSS,其實是調用了“menu-item”、“menu-item-type-taxonomy” 、“menu-item-object-category”、“current-menu-item”,“menu-item-21”五個樣式,它們中間是用空格分開的。在主題類別頁當前類別的菜單項中還會多出一個“current-menu-item”。
上一篇看不懂我的世界版本區別
下一篇如何禁止網頁自動跳轉