W3Cschool
恭喜您成為首批注冊用戶
獲得88經(jīng)驗值獎勵
W3.CSS 頁面易于閱讀,即使對于輕度閱讀障礙者也是如此。
默認情況下,W3.CSS 通過以下方式設(shè)置 HTML 標題的樣式:
<h5>標題5(18像素)</h5>
標題應(yīng)按原樣使用:標題。
使用 W3.CSS,可以通過以下 w3- size 類設(shè)置字體大小:
覆蓋 W3.CSS 默認設(shè)置非常容易。
您至少有三個選擇:
h1{font-size:64px;}
h2{font-size:48px;}
h3{font-size:36px;}
h4{font-size:24px;}
h5{font-size:20px;}
h6{font-size:18px;}
<link rel="stylesheet" rel="external nofollow" target="_blank" rel="external nofollow" target="_blank" >
<link rel="stylesheet" href="myStyle.css">
h1{font-size:36px} h2{font-size:30px} h3{font-size:24px} h4{font-size:20px} h5{font-size:18px} h6{font-size:16px}
加載 W3.CSS 之后,在網(wǎng)頁的頂部(或樣式表中),更改 html 和 body 的樣式:
<link rel="stylesheet" rel="external nofollow" target="_blank" rel="external nofollow" target="_blank" >
<style>
html, body, h1, h2, h3, h4, h5, h6 {
font-family: "Comic Sans MS", cursive, sans-serif;
}
</style>
使用 W3.CSS,將新字體添加到網(wǎng)頁非常容易。
在網(wǎng)頁的頂部(或樣式表中),創(chuàng)建一個字體類:
.w3-myfont {
font-family: "Comic Sans MS", cursive, sans-serif;
}
在網(wǎng)頁的正文中,使用字體類名稱:
在網(wǎng)頁的頂部,包括一個外部字體,并給該字體一個類名:
<link rel="stylesheet" rel="external nofollow" target="_blank" >
<style>
.w3-tangerine {
font-family: 'Tangerine', serif;
}
</style>
在網(wǎng)頁的正文中,使用類名稱:
更多例子
字體效果在Internet Explorer 9及更早版本中不起作用。
Copyright©2021 w3cschool編程獅|閩ICP備15016281號-3|閩公網(wǎng)安備35020302033924號
違法和不良信息舉報電話:173-0602-2364|舉報郵箱:jubao@eeedong.com
掃描二維碼
下載編程獅App
編程獅公眾號
聯(lián)系方式:
更多建議: