A mirror of W3schools W3.css that adds the ability to be loaded by a CDN
Find a file
2023-01-08 10:44:26 -05:00
README.md Update README.md 2023-01-08 10:44:26 -05:00
w3.css Create w3.css 2021-09-17 23:16:40 +00:00

W3.CSS-Mirror

A mirror of W3schools W3.css that adds the ability to be loaded by a CDN (like JsDelivr). Completely free to use with no strings attached.

⚠️ Disclaimer

I don't own nor contribute to W3.css. All credit for W3.css goes to the authors, I'm just making it use JSdelivrs CDN

Documentation

W3.School's official documentation for CSS clasess, examples, and more:
https://www.w3schools.com/w3css/w3css_downloads.asp

HTML Tags + Minified (Purges unused classes in the production build)
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Eshan-K-I/W3.CSS-Mirror/w3.min.css">

Minified URL
https://cdn.jsdelivr.net/gh/Eshan-K-I/W3.CSS-Mirror/w3.min.css

With HTML tags (Not Minified)
<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Eshan-K-I/W3.CSS-Mirror/w3.css">

Or just the plain URL
https://cdn.jsdelivr.net/gh/Eshan-K-I/W3.CSS-Mirror/w3.css