글꼴 크기 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
..................................................................................................................