Skip to content

zhuzilin/PIXEL.css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PIXEL.css

This repo extracted the pixel art code from the fun and famous 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:

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:

sass --watch --no-source-map scss/mario.scss css/mario.css

to make the sass compiler recompile automatically upon changes.

Click here for the running Mario in index.html!

About

the pixel art code from the fun and famous NES.css

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages