W3.CSS 版本

W3.CSS 於 2017 年釋出。
最新版本是 W3.CSS 4.15(2020 年 12 月)。
最新版本可從 W3.CSS Downloads 下載。
版本 4 是 W3Schools 所有頁面中使用的預設樣式表。
W3.CSS - Pro
W3.CSS 提供專業版本:w3pro.css。
Pro 版本更小更快,因為它沒有定義顏色。
Pro 版本專為使用開發者提供的顏色主題或其他顏色類而設計。
Pro 版本可從以下地址下載: https://w3schools.tw/w3css/4/w3pro.css
W3.CSS Pro 顏色
使用 W3.CSS Pro,您可以定義自己的顏色
示例
<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://w3schools.tw/w3css/4/w3pro.css">
<!-- Colors here -->
<body>
<!-- Content here -->
</body>
</html>
您可以使用 <style> 標籤內聯定義顏色
或者您可以載入自己的主題
或者您可以載入自己的顏色庫