W3.CSS: Introduction
What is W3.CSS?
W3.CSS is a small, fast, and modern CSS framework with built-in responsiveness.
- Designed to be smaller and faster than other CSS frameworks.
- Designed to be easier to learn, and easier to use than other CSS frameworks.
- Designed to provide CSS equality for all devices: PC, laptop, tablet, and mobile.
- Designed to use standard CSS only (No need for jQuery or JavaScript).
- Designed to speed up mobile HTML apps.
- W3.CSS is free to use. No license is necessary.
Demo
Example
<div class="w3-container w3-teal">
<h1>My Header</h1>
</div>
<img
src="img_car.png" alt="Car" style="width:100%">
<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 »
Colors
W3.CSS uses color classes.
The color classes are inspired by colors used in marketing, road signs, and sticky notes.