Versi W3.CSS


Bahan

W3.CSS dirilis pada tahun 2017.

Versi terbaru adalah W3.CSS 4.15 Desember 2020.

Versi terbaru dapat diunduh dari W3.CSS Downloads .

Versi 4 adalah style sheet default yang digunakan di semua halaman W3Schools.


W3.CSS - Pro

W3.CSS hadir dengan versi profesional: w3pro.css .

Versi pro lebih kecil dan lebih cepat karena tidak memiliki warna yang ditentukan.

Versi pro dirancang untuk menggunakan tema atau kelas warna lain yang disediakan oleh pengembang.

The pro version can be downloaded from: https://www.w3schools.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://www.w3schools.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>

Or you can load your own themes:

Example

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

Or you can load your color libraries:

Example

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

Example

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