## Pico.css
-[](https://unpkg.com/@picocss/pico@latest/css/pico.min.css)
-[](https://unpkg.com/@picocss/pico@latest/css/pico.classless.min.css)
+[](https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.min.css)
+[](https://cdn.jsdelivr.net/npm/@picocss/pico@1/css/pico.classless.min.css)
[](https://github.com/picocss/pico/releases/latest)
[](https://www.npmjs.com/package/@picocss/pico)
[](https://github.com/picocss/pico/blob/master/LICENSE.md)
@@ -60,10 +60,10 @@ There are 4 ways to get started with pico.css:
**Install from CDN**
-Alternatively, you can use [unpkg CDN](https://unpkg.com/@picocss/pico@1.*/) to link pico.css.
+Alternatively, you can use [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@picocss/pico) to link pico.css.
```html
-
+
```
**Install with NPM**
@@ -87,13 +87,13 @@ In this version, `header`, `main` and `footer` act as containers.
Use the default `.classless` version if you need centered viewports:
```html
-
+
```
Or use the `.fluid.classless` version if you need a fluid container:
```html
-
+
```
Then just write pure HTML, and it should look great:
@@ -104,7 +104,7 @@ Then just write pure HTML, and it should look great:
-
+
Hello, world!
diff --git a/docs/classless.html b/docs/classless.html
index dd35089b..869cd407 100644
--- a/docs/classless.html
+++ b/docs/classless.html
@@ -4,10 +4,10 @@
body > footer {
…
}
-
Usage:
Use the default .classless version if you need centered viewports:
/* Custom Class-less version for React */// Set the root element
diff --git a/docs/index.html b/docs/index.html
index 2c558f00..bde36870 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -1,4 +1,4 @@
-Documentation • Pico.css
Usage
Works without package manager or dependencies 🙂!
There are 4 ways to get started with pico.css:
Install manually
Download Pico and link /css/pico.min.css in the <head> of your website.
<linkrel="stylesheet"href="css/pico.min.css">
Install from CDN
Alternatively, you can use unpkg CDN to link pico.css