## Pico 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)
@@ -55,7 +56,7 @@ There are 4 ways to get started with Pico CSS:
[Download Pico](https://github.com/picocss/pico/archive/refs/tags/v1.5.11.zip) and link `/css/pico.min.css` in the `` of your website.
```html
-
+
```
**Install from CDN**
@@ -63,7 +64,10 @@ There are 4 ways to get started with 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,24 +91,33 @@ 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:
```html
-
+
-
-
-
+
+
+
Hello, world!
@@ -136,11 +149,11 @@ Minimalist templates to discover Pico in action:
- **[Company](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-company)**
A classic company or blog layout with a sidebar.
-- **[Google Amp](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-google-amp)**
+- **[Google Amp](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-google-amp)**
A simple layout for Google Amp, with inlined CSS.
- **[Sign in](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-sign-in)**
-A minimalist layout for Login pages.
+ A minimalist layout for Login pages.
- **[Pico + Bootstrap grid system](https://codesandbox.io/s/github/picocss/examples/tree/master/v1-bootstrap-grid)**
Custom CSS build with the Bootstrap grid system to manage complex grid layouts in Pico.
@@ -203,10 +216,12 @@ Licensed under the [MIT License](https://github.com/picocss/pico/blob/master/LIC
**Relevant third-party tools and resources we depend on:**
Website and docs:
+
- [TypeIt](https://typeitjs.com/): JavaScript animated typing utility (Licensed [GPL-3.0](https://github.com/alexmacarthur/typeit/blob/master/LICENSE))
- [Font Awesome](https://fontawesome.com/): Icons (Licensed [CC BY 4.0](https://fontawesome.com/license/free))
Pico Library:
+
- [Feather](https://feathericons.com/) Icons (Licensed [MIT](https://github.com/feathericons/feather/blob/master/LICENSE))
- [Normalize.css](https://necolas.github.io/normalize.css/): CSS reset (Licensed [MIT](https://github.com/necolas/normalize.css/blob/master/LICENSE.md))
- [Sanitize.css](https://csstools.github.io/sanitize.css/): Cross-browser default styling (Licensed [CC0 1.0 Universal](https://github.com/csstools/sanitize.css/blob/main/LICENSE.md))