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 Versions


Material

W3.CSS was released in 2017.

The latest version is W3.CSS 4.15 December 2020.

The latest version can be downloaded from W3.CSS Downloads.

Version 4 is the default style sheet used in all the pages of W3Schools.


W3.CSS - Pro

W3.CSS comes with a professional version: w3pro.css.

The pro version is smaller and faster because it has no colors defined.

The pro version is designed for using themes or other color classes supplied by the developer.

The pro version can be downloaded from: https://w3.p2hp.com/w3css/4/w3pro.css


W3.CSS Pro Template

Demo Template


W3.CSS Pro Colors

With W3.CSS pro you can define your own colors:

Example

<!DOCTYPE html>
<html>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://w3.p2hp.com/w3css/4/w3pro.css">

<!-- Colors here -->

<body>

<!-- Content here -->

</body>
</html>

You can define your colors inline with a <style> tag:

Example

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

Try It Yourself »

Or you can load your own themes:

Example

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

Try It Yourself »

Or you can load your color libraries:

Example

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

Try It Yourself »

Example

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

Try It Yourself »


×

Contact Sales

If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
sales@w3schools.com

Report Error

If you want to report an error, or if you want to make a suggestion, send us an e-mail:
help@w3schools.com

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.