定義文字顏色通過css設定字型:font-family、font-variant
font-family、font-size、font-variant(設定字型的變形)、font-weight、font-style3.字型粗細與斜體:font-weight、font-style
font-weight設定字型粗細樣式的引數說明表 引數
說明bold
粗體(相當於數值700)
bolder
特粗體lighter
細體normal
正常體(相當於數值400)
font-style設定字型斜體樣式的引數說明表 引數
說明inherit
繼承italic
斜體normal
正常oblique
偏斜體
4.定義字型大小和行高:font-size、line-height
語法如下:
font-size: 數值 | inherit、medium、larger
line-height: 數值;(單位為px)
5. 下劃線、頂劃線、刪除線
語法如下:
text-decoration:inherit | none | underline | overline | line-through | blink
text-decoration、屬性 引數
說明inherit
繼承none
無文字修飾,預設設定
underline
為文字新增下劃線
overline
為文字新增頂劃線
line-through
為文字新增刪除線
blink
使文字閃爍
CSS介紹 筆記 css基礎知識
css介紹 筆記 網頁背景描述 外部樣式表檔案 另外建乙個新的.css檔案 h1 color pink background color aqua font size 20px css使用方式 css h1 匹配頁面中所有的h1標籤 統一新增樣式 h1 color green background ...
CSS 基礎知識
選擇器 元素選擇器 p 後代選擇器 li a id選擇器 intro some text 類選擇器 dateposted 24 3 2006 偽類選擇器 a link 通用選擇器 浮動 定位 框模型 定位的四種模型 相對定位 relative 相對定位的座標原點 該元素在普通流中的位置 特別點 元素...
CSS基礎知識
css規則有兩個主要的部分組成 選擇器,以及一條或者多條宣告h1 css內部的注釋以 開始,以 結束p id選擇器,通過 來選擇html元素 username class選擇器,通過 來選擇一組class元素.center 指定特定的html元素使用classp center 引入外部樣式表 rel...