Inspired by: https://github.com/nostalgic-css/NES.css
This is a joke CSS-framework and it is not intended for use in production. You can see a demo here. The demo performs poorly on mobile devices or small resolutions.
-
Copy all the files in the
dist/styles
directory tostyles
in your project -
Append the following include on the page where you want this style:
<link rel="stylesheet" href="./styles/css-pokemon-gameboy.css">
- See the demo, index.html or .scss-files for all possible classes and effects.
-
Run
npm install
in the root directory -
Run
npm run build
in the root directory to build a distribution-OR-
-
Run
npm run watch
in the root directory to watch for changes in thesrc
directory and automatically build new distributions.
The images in this repository are the property of Nintendo. The style is also property of Nintendo.
You can view the licenses related to third-party code in LICENSES-THIRD-PARTY.md or on their respective websites.