https://github.com/zhuzilin/pixel.css
the pixel art code from the fun and famous NES.css
https://github.com/zhuzilin/pixel.css
Last synced: 3 months ago
JSON representation
the pixel art code from the fun and famous NES.css
- Host: GitHub
- URL: https://github.com/zhuzilin/pixel.css
- Owner: zhuzilin
- Created: 2021-03-01T14:10:34.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T14:52:17.000Z (over 4 years ago)
- Last Synced: 2025-01-20T11:24:02.489Z (5 months ago)
- Language: SCSS
- Homepage: https://zhuzilin.github.io/PIXEL.css/
- Size: 206 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PIXEL.css

This repo extracted the pixel art code from the fun and famous [NES.css](https://github.com/nostalgic-css/NES.css).
To create your own pixel art, please change the bitmap in `scss/mario.scss` (or rename to your favorite character :P) and run:
```bash
sass --no-source-map scss/mario.scss css/mario.css
```then include the generated css file to your website.
If you would like to edit little by little, you could try:
```bash
sass --watch --no-source-map scss/mario.scss css/mario.css
```to make the sass compiler recompile automatically upon changes.
Click [here](https://zhuzilin.github.io/PIXEL.css/) for the running Mario in `index.html`!