W3.CSS
Faster and Better
Responsive Web Sites
W3.CSS is a small, fast, and modern CSS framework with built-in responsiveness.
W3.CSS is free to use. No license is necessary.
You can download w3.css from w3css_downloads
Make it as simple as possible,
but not simpler.
Albert Einstein
The w3-half class uses half (50%) of the screen window.
On small screens (max 600 pixels) it automatically resizes to full screen width.
The w3-third class uses one third (33.33%) of the screen widow.
On small screens (max 600 pixels) it automatically resizes to full screen width.
The w3-quarter class uses one quarter (25%) of the screen window.
On small screens (max 600 pixels) it automatically resizes to full screen width.
In addition W3.CSS uses a 12 column mobile-first fluid grid with responsive classes for small, large, and medium screen sizes.
The W3.CSS card classes are inspired by the design used on paper cards:
London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.
London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.
London is the capital city of England. It is the most populous city in the United Kingdom, with a metropolitan area of over 13 million inhabitants.
A car is a wheeled, self-powered motor vehicle used for transportation. Most definitions of the term specify that cars are designed to run primarily on roads, to have seating for one to eight people, to typically have four wheels. (Wikipedia)
W3.CSS card classes can define shadows:
w3-card
(no shadow)
w3-card-4
(shadow w/4px offset)
w3-card-8
(shadow w/8px offset)
w3-card-16
(shadow w/16px offset)
W3.CSS uses color classes.
The color classes are inspired by colors used in marketing, road signs, and sticky notes.
Red
Blue
Blue Grey
Teal
Yellow
Orange
The color themes are designed to work in harmony with each other.
The response to the animations was ridiculous
Touching, gripping and genuinely well made
A huge sucess for Marvel and Disney
The response to the animations was ridiculous
Touching, gripping and genuinely well made
A huge sucess for Marvel and Disney
To use W3.CSS in your web site, just add a link to "w3.css" from your web pages:
<!DOCTYPE html>
<html>
<title>Material Design</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css"> (online link)
<link rel="stylesheet" type="text/css" href="images/w3.css"
title="style.css"> (local link)