mirror of
https://github.com/picocss/pico.git
synced 2025-06-20 05:05:18 -04:00
docs: update README
This commit is contained in:
parent
fc36c54805
commit
e78d4821d0
2 changed files with 25 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
<a href="https://picocss.com/">
|
||||
<img src="https://picocss.com/logo.svg" width="auto" height="60">
|
||||
<img src=".github/logo.svg" width="auto" height="60">
|
||||
</a>
|
||||
|
||||
## Minimal CSS Framework for Semantic HTML
|
||||
|
@ -95,7 +95,7 @@ composer require picocss/pico
|
|||
|
||||
## Class-less version
|
||||
|
||||
Pico provides a `.classless` version ([example](https://picocss.com/examples)).
|
||||
Pico provides a `.classless` version.
|
||||
|
||||
In this version, `<header>`, `<main>`, and `<footer>` inside `<body>` act as containers to define a centered or a fluid viewport.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue