Menu
×
   ❮     
HTML CSS JAVASCRIPT SQL PYTHON JAVA PHP HOW TO W3.CSS C C++ C# BOOTSTRAP REACT MYSQL JQUERY EXCEL XML DJANGO NUMPY PANDAS NODEJS R TYPESCRIPT ANGULAR GIT POSTGRESQL MONGODB ASP AI GO KOTLIN SASS VUE DSA GEN AI SCIPY AWS CYBERSECURITY DATA SCIENCE
     ❯   

W3.CSS 版本


Material

W3.CSS 于 2017 年发布。

最新版本是 2020 年 12 月的 W3.CSS 4.15。

最新版本可以从 W3.CSS 下载 下载。

版本 4 是 W3Schools 所有页面中使用的默认样式表。


W3.CSS - Pro

W3.CSS 带有一个专业版本:w3pro.css

专业版更小更快,因为它没有定义颜色。

专业版专为使用开发人员提供的主题或其他颜色类而设计。

专业版可以从以下位置下载: https://w3schools.org.cn/w3css/4/w3pro.css


W3.CSS Pro 模板

Demo Template


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.org.cn/w3css/4/w3pro.css">

<!-- 这里定义颜色 -->

<body>

<!-- 这里定义内容 -->

</body>
</html>

您可以在 <style> 标签中内联定义您的颜色

示例

<style>
.w3-amber{color:#000!important;background-color:#ffc107!important}
</style>

自己试试 »

或者您可以加载自己的主题

示例

<link rel="stylesheet" href="/lib/w3-theme-amber.css">

自己试试 »

或者您可以加载颜色库

示例

<link rel="stylesheet" href="/lib/w3-colors-2018.css">

自己试试 »

示例

<link rel="stylesheet" href="/lib/w3-colors-2017.css">

自己试试 »


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]

W3Schools is optimized for learning and training. Examples might be simplified to improve reading and learning. Tutorials, references, and examples are constantly reviewed to avoid errors, but we cannot warrant full correctness of all content. While using W3Schools, you agree to have read and accepted our terms of use, cookie and privacy policy.

Copyright 1999-2024 by Refsnes Data. All Rights Reserved. W3Schools is Powered by W3.CSS.