字体大小css

代码示例

28
0

字体大小css

.class {
	font-size: 12px;
}
18
0

html字体大小

<span style="font-size:20px;"></span>
6
0

如何更改html中的字体大小

<body>      
         <h1 style="color:red;font-size:40px;">Heading</h1>      
         <p style="color:blue;font-size:18px;">This is demo text</p>    
      </body>
5
0

css更改文本大小

p {
	font-size: 150% /*px, cm, in, etc.*/; 
}
3
0

字体大小css

/* you can set the font size using font-size: and a number followed by px */

.class {
  font-size: 60px;
}

其他语言

此页面有其他语言版本

Русский
..................................................................................................................
English
..................................................................................................................
Italiano
..................................................................................................................
Polski
..................................................................................................................
Română
..................................................................................................................
한국어
..................................................................................................................
हिन्दी
..................................................................................................................
Français
..................................................................................................................
Türk
..................................................................................................................
Česk
..................................................................................................................
Português
..................................................................................................................
ไทย
..................................................................................................................
Español
..................................................................................................................
Slovenský
..................................................................................................................
Балгарскі
..................................................................................................................
Íslensk
..................................................................................................................