From 83ae1df19e8131378ee5c1e901e83847d91f1fa6 Mon Sep 17 00:00:00 2001 From: Lucas Larroche Date: Sun, 28 Jan 2024 20:14:56 +0700 Subject: [PATCH] feat: update README --- README.md | 50 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 30 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index b7001ce2..52cca090 100644 --- a/README.md +++ b/README.md @@ -5,11 +5,11 @@

- Minimal CSS Framework for semantic HTML + A minimalist and lightweight starter kit that prioritizes semantic syntax, making every HTML element responsive and elegant by default.

- Pico CSS is a minimalist and lightweight starter kit that prioritizes semantic HTML, making every HTML tag responsive and elegant by default. + Write HTML, Add Pico CSS, and Voilà!

@@ -18,21 +18,27 @@ # Pico.css -**Class-light and semantic** -Pico uses simple native HTML tags as much as possible. Less than 10 .classes are used in Pico. +**Class-light and Semantic** +Thriving on simplicity, Pico directly styles your HTML tags, using fewer than 10 `.classes`` overall. It also comes with a class-less version for wild HTML purists. -**Great styles with just one CSS file** -No dependencies, package manager, external files, or JavaScript. +**Great Styles with Just CSS** +No extra baggage needed. Pico works seamlessly without dependencies, package managers, external files, or JavaScript, achieving elegant and straightforward styles with pure HTML markup. -**Responsive everything** -Elegant and consistent adaptive spacings and typography on all devices. +**Responsive Everything** +Effortless elegance on every device. Pico natively scales font sizes and spacings with screen widths, resulting in a consistent and elegant look across devices. No extra classes or configuration needed. -**Light or Dark mode** -Shipped with two beautiful color themes, automatically enabled according to the user preference. +**Light or Dark Mode** +Pico comes with two accessible, neutral color schemes out of the box: light and dark. The best part? It automatically adapts to users' `prefers-color-scheme``, all without the use of JavaScript. + +**Easy Customization** +Customize Pico with over 130 CSS variables, or dive deeper by using SASS. Switch between 20 handcrafted color themes and compose with 30+ modular components to tailor the UI to your brand's look and feel. + +**Optimized Performance** +Speed meets elegance. Unlike bulky and overcomplicated frameworks that demand extensive class overrides and JavaScript, Pico keeps your HTML lean, decreases memory usage by avoiding excessive CSS specificity, and reduces loaded files. # Table of contents -- [Usage](#usage) +- [Quick start](#quick-start) - [Class-less version](#class-less-version) - [Limitations](#limitations) - [Documentation](#documentation) @@ -40,7 +46,7 @@ Shipped with two beautiful color themes, automatically enabled according to the - [Contributing](#contributing) - [Copyright and license](#copyright-and-license) -# Usage +# Quick start There are 4 ways to get started with pico.css: @@ -52,7 +58,7 @@ There are 4 ways to get started with pico.css: ``` -**Install from CDN** +**Usage from CDN** Alternatively, you can use [jsDelivr CDN](https://www.jsdelivr.com/package/npm/@picocss/pico) to link pico.css. @@ -85,7 +91,10 @@ 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: @@ -100,11 +109,12 @@ Or use the `.fluid.classless` version if you need a fluid container: Then just write pure HTML, and it should look great: ```html - + +