Skip to content

Commit

Permalink
feat: preview in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
intergrav committed Jul 12, 2024
1 parent 3c44497 commit 20fdad4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ Tiny, simple, classless CSS framework in the style of Vercel's [Geist](https://v

The minified stylesheet weighs only **~4.8kb** and can make any plain HTML file look clean and modern. It also has a light and dark theme.

<details>
<summary>Preview</summary>

<img src="https://raw.githubusercontent.com/intergrav/branding/main/dev.css/preview/desktop-dark.png" alt="dev.css desktop demo, dark mode">
<img src="https://raw.githubusercontent.com/intergrav/branding/main/dev.css/preview/desktop-light.png" alt="dev.css desktop demo, light mode">
<img height="748px" src="https://raw.githubusercontent.com/intergrav/branding/main/dev.css/preview/mobile-dark.png" alt="dev.css mobile demo, dark mode">
<img height="748px" src="https://raw.githubusercontent.com/intergrav/branding/main/dev.css/preview/mobile-light.png" alt="dev.css mobile demo, dark mode">

</details>

## Importing

In your HTML's `<head>` all you have to write is this, and you're done! (`.min` means to minify the file)
Expand Down

0 comments on commit 20fdad4

Please sign in to comment.