4
4
</a >
5
5
</p >
6
6
7
- <h3 align =" center " >Pico.css </h3 >
7
+ <h3 align =" center " >Pico CSS </h3 >
8
8
9
9
<p align =" center " >
10
10
<strong >Minimal CSS Framework for semantic HTML</strong ><br >
13
13
<a href =" https://picocss.com/docs/ " >Documentation</a >
14
14
</p >
15
15
16
- ## Pico.css
17
- [ ![ Standard gzipped CSS] ( https://img.badgesize.io/picocss/pico/master/css/pico.min.css?compression=gzip&color=1095c1&label=Standard%20CSS )] ( https://unpkg.com/ @picocss/pico@latest /css/pico.min.css )
18
- [ ![ Classless gzipped CSS] ( https://img.badgesize.io/picocss/pico/master/css/pico.classless.min.css?compression=gzip&color=1095c1&label=Classless%20CSS )] ( https://unpkg.com/ @picocss/pico@latest /css/pico.classless.min.css )
16
+ ## Pico CSS
17
+ [ ![ Standard gzipped CSS] ( https://img.badgesize.io/picocss/pico/master/css/pico.min.css?compression=gzip&color=1095c1&label=Standard%20CSS )] ( https://cdn.jsdelivr.net/npm/ @picocss/pico@1 /css/pico.min.css )
18
+ [ ![ Classless gzipped CSS] ( https://img.badgesize.io/picocss/pico/master/css/pico.classless.min.css?compression=gzip&color=1095c1&label=Classless%20CSS )] ( https://cdn.jsdelivr.net/npm/ @picocss/pico@1 /css/pico.classless.min.css )
19
19
[ ![ Github release] ( https://img.shields.io/github/v/release/picocss/pico?color=1095c1&logo=github&logoColor=white )] ( https://github.com/picocss/pico/releases/latest )
20
20
[ ![ npm version] ( https://img.shields.io/npm/v/@picocss/pico?color=1095c1 )] ( https://www.npmjs.com/package/@picocss/pico )
21
21
[ ![ License] ( https://img.shields.io/badge/license-MIT-%231095c1 )] ( https://github.com/picocss/pico/blob/master/LICENSE.md )
@@ -48,7 +48,7 @@ Shipped with two beautiful color themes, automatically enabled according to the
48
48
49
49
## Usage
50
50
51
- There are 4 ways to get started with pico.css :
51
+ There are 4 ways to get started with Pico CSS :
52
52
53
53
** Install manually**
54
54
@@ -60,10 +60,10 @@ There are 4 ways to get started with pico.css:
60
60
61
61
** Install from CDN**
62
62
63
- Alternatively, you can use [ unpkg CDN] ( https://unpkg. com/@picocss/pico@1.*/ ) to link pico.css.
63
+ Alternatively, you can use [ jsDelivr CDN] ( https://www.jsdelivr. com/package/npm/ @picocss/pico ) to link pico.css.
64
64
65
65
``` html
66
- <link rel =" stylesheet" href =" https://unpkg.com/ @picocss/pico@1.* /css/pico.min.css" >
66
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/ @picocss/pico@1/css/pico.min.css" >
67
67
```
68
68
69
69
** Install with NPM**
@@ -87,13 +87,13 @@ In this version, `header`, `main` and `footer` act as containers.
87
87
Use the default ` .classless ` version if you need centered viewports:
88
88
89
89
``` html
90
- <link rel =" stylesheet" href =" https://unpkg.com/ @picocss/pico@1.* /css/pico.classless.min.css" >
90
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/ @picocss/pico@1/css/pico.classless.min.css" >
91
91
```
92
92
93
93
Or use the ` .fluid.classless ` version if you need a fluid container:
94
94
95
95
``` html
96
- <link rel =" stylesheet" href =" https://unpkg.com/ @picocss/pico@1.* /css/pico.fluid.classless.min.css" >
96
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/ @picocss/pico@1/css/pico.fluid.classless.min.css" >
97
97
```
98
98
99
99
Then just write pure HTML, and it should look great:
@@ -104,7 +104,7 @@ Then just write pure HTML, and it should look great:
104
104
<head >
105
105
<meta charset =" utf-8" >
106
106
<meta name =" viewport" content =" width=device-width, initial-scale=1" >
107
- <link rel =" stylesheet" href =" https://unpkg.com/ @picocss/pico@1.* /css/pico.classless.min.css" >
107
+ <link rel =" stylesheet" href =" https://cdn.jsdelivr.net/npm/ @picocss/pico@1/css/pico.classless.min.css" >
108
108
<title >Hello, world!</title >
109
109
</head >
110
110
<body >
0 commit comments