U E D R , A S I H C RSS

홈페이지만들기/css


1. 글꼴 는 font-family

글꼴 다.
{font-family:글꼴}
~cpp 
<html>
<head>
<title>글꼴  </title>
</head>
<Style type="text/css">
font.01{font-family: "Arial Black", "Script"}
font.02{font-family: "", ""}
</Style>
<body>
<b>
<font class="01">Css & Java Script</font><br><br>
<font class="02">로 나다.</font><br><br>
</b>
</body>
</html>
font.01{font-family: "Arial Black", "Script"} 둘 나만 면 그 것 글꼴 된다.
둘 다 는 먼 글꼴 를 가다.

2. 기를 는 font-size

는 글 기를 대로 다.
{font-size:기|기}
~cpp 
<html>
<head>
<title>문  </title>
</head>
<Style type="text/css">
body{font-size:10pt}
font.01{font-size:50pt}
font.02{font-size:6mm}
</Style>
<body>
<body><body> 는 모든 문 10pt로  다.<br>
<font class="01">CSS란 무가?</font><br><br>
<font class="02">리 말로  다.</font><br><br>
IE메뉴 문 기를 변 <br>
변 다.
</body>
</html> 
글꼴 되는 단다. 단 면 기본다.
html과 달리 다.

3. 는 font-style

{font-style:}
~cpp 
<html>
<head>
<title>글꼴   </title>
</head>
<Style type="text/css">
font.01{font-style:italic}
font.02{font-style:oblique}
</Style>
<body>
<b>
<font size="3" class="01">italic로 바뀝다.</font><br><br>
<font size="3" class="02">oblique로 바뀝다.</font><br><br>
</b>
</body>
</html> 
normal(보), italic(릭), oblique(기)

4. 대문는 font-variant

{font-variant:small-caps} 대문.

5. 두께를 는 font-weight

{font-weight:드}문 두께를
  • 드: normal, bold, bolder, lighter(100 ~ 900)

6.

{font:각 드}font 관련된 다.
~cpp 
font{font:italic normal bolder 12pt Arial}

7.

*무 많다..개 다. 것들만 골라 겠다.


만들기

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
last modified 2021-02-07 05:31:33
Processing time 0.0559 sec