在編寫 CSS 樣式時,我們經(jīng)常會使用一些英文單詞來描述樣式屬性、選擇器等等。這些英文單詞作為 CSS 樣式語言的重要組成部分,是我們在學習和工作中必須掌握的基礎(chǔ)知識之一。
下面讓我們來看一些常用的英文單詞:
屬性名 英文 中文 ------------------------------------------------------ color color 顏色 background-color background-color 背景顏色 font-size font-size 字體大小 text-align text-align 文本對齊方式 line-height line-height 行高 margin margin 外邊距 padding padding 內(nèi)邊距 border border 邊框 border-radius border-radius 邊框圓角 box-shadow box-shadow 盒子陰影 display display 元素類型 position position 定位方式 top top 上邊距 left left 左邊距 right right 右邊距 bottom bottom 下邊距 float float 浮動 clear clear 清除浮動
CSS 樣式語言是一門技能,需要不斷的練習才能掌握得更好。當我們熟練掌握這些常用的英文單詞后,編寫樣式就會變得更加得心應(yīng)手。