一、text字體font 二、背景 屬性 值 作用 background-color pink ...
字體屬性: font 大小 font size: x large 特大 xx small 極小 一般中文用不到,只要用數值就可以,單位:PX PD 樣式 font style: oblique 偏斜體 italic 斜體 normal 正常 行高 line height: normal 正常 單位:PX PD EM 粗細 font weight: bold 粗體 lighter 細體 norma ...
2016-08-23 09:06 0 2046 推薦指數:
一、text字體font 二、背景 屬性 值 作用 background-color pink ...
CSS樣式被稱為為“層疊樣式表”,是一種網頁制作做不可或缺的技術,是用於裝飾網頁,達到設計效果的一種樣式語言,下面將整理一下css常用樣式: 字體屬性:(font) 大小 {font-size: x-large;}(特大) xx-small;(極小) 一般中文用不到,只要用數值就可以,單位 ...
字體屬性:(font) 大小 {font-size: x-large;}(特大) xx-small;(極小) 一般中文用不到,只要用數值就可以,單位:PX、PD 樣式 {font-style: oblique;}(偏斜體) italic;(斜體) normal;(正常) 行高 ...
css樣式大全(整理版) 字體屬性:(font) 大小 {font-size: x-large;}(特大) xx-small;(極小) 一般中文用不到,只要用數值就可以,單位:PX、PD 樣式 {font-style: oblique;}(偏斜 ...
字體屬性:(font) 大小 {font-size: x-large;}(特大) xx-small;(極小) 一般中文用不到,只要用數值就可以,單位:PX、PD 樣式 {font-style: oblique;}(偏斜體) italic;(斜體) normal;(正常) 行高 ...
一. 字體屬性:(font) 1. 大小 {font-size: x-large;}(特大) xx-small;(極小) 一般中文用不到,只要用數值就可以,單位:PX、PD 2. 樣式 {font-style: oblique;}(偏斜體) italic;(斜體) normal;(正常 ...
...
一 CSS文字屬性:color : #999999; /*文字顏色*/font-family : 宋體,sans-serif; /*文字字體*/font-size : 9pt; /*文字大小*/font-style:itelic; /*文字斜體*/font-variant:small-caps ...