Please note, this is a STATIC archive of website www.w3schools.com from 05 May 2020, cach3.com does not collect or store any user information, there is no "phishing" involved.
THE WORLD'S LARGEST WEB DEVELOPER SITE

W3.CSS Tutorial


W3
CSS

Modern Responsive CSS

Equality for all browsers: Chrome. Firefox Edge. IE. Safari. Opera.

Equality for all devices: Desktop. Laptop. Tablet. Mobile.

Standard CSS only (No jQuery or JavaScript library).


W3.CSS is a CSS Framework

W3.CSS is a modern CSS framework with support for desktop, tablet, and mobile design by default.

W3.CSS is smaller and faster than similar CSS frameworks.

W3.CSS was designed to be a high quality alternative to Bootstrap.

It was designed to be smaller, faster, easier to learn, and easier to use.

It was also designed to be independent of jQuery or any other JavaScript library.

Example

<div class="w3-container w3-teal">
  <h1>My Header</h1>
</div>

<img src="img_car.jpg" alt="Car">

<div class="w3-container">
  <p>A car is a wheeled, self-powered motor vehicle used for transportation.</p>
</div>

<div class="w3-container w3-teal">
  <p>My Footer</p>
</div>
Try It Yourself »

"Make it as simple as possible, but not simpler."
Albert Einstein


W3.CSS is Free

W3.CSS is free to use. No license is necessary.


How To

To use W3.CSS in your web site, just add a link to "w3.css" from your web pages:

Example

<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
Try It Yourself »

Or download w3.css from w3css_downloads and add a link to w3.css:

Example

<link rel="stylesheet" href="w3.css">

W3.CSS Web Site Templates

We have created some responsive W3CSS templates for you to use.

You are free to modify, save, share, use or do whatever you want with them:

Food Template

Food Template

Band Template

Band Template

Cafe Template

Cafe Template

Wedding Template

Wedding Template

Portfolio Template

Portfolio Template
See All Templates »