mirror of
https://github.com/nostalgic-css/NES.css.git
synced 2025-08-16 11:23:56 +02:00
👍 READMEの修正
This commit is contained in:
@@ -1 +1,2 @@
|
|||||||
**/*.html
|
**/*.html
|
||||||
|
**/*.md
|
||||||
|
60
README.md
60
README.md
@@ -1,6 +1,58 @@
|
|||||||
# NES.css
|
<div align="center">
|
||||||
|
<a href="https://bcrikko.github.io/NES.css/" target="_blank"><img src="https://user-images.githubusercontent.com/5305599/49061716-da649680-f254-11e8-9a89-d95a7407ec6a.png" alt="NES.css: NES-style CSS framework" style="max-width:100%;" width="600" height="315"></a>
|
||||||
|
|
||||||
`NES.css` is NES-style(8bit-like) CSS Framework.
|
<a href="README.md">English</a> / <a href="README.md">日本語</a>
|
||||||
`NES.css`はファミコン風 CSS フレームワークです。
|
</div>
|
||||||
|
|
||||||

|
NES.css is a **NES-style(8bit-like)** CSS Framework.
|
||||||
|
NES.cssは **ファミコン風(8bit ライク)** なCSSフレームワークです。
|
||||||
|
|
||||||
|
|
||||||
|
## Install
|
||||||
|
|
||||||
|
### CDN
|
||||||
|
|
||||||
|
```html
|
||||||
|
<!-- minify -->
|
||||||
|
<link href="https://bcrikko.github.io/NES.css/css/nes.min.css" rel="stylesheet" />
|
||||||
|
```
|
||||||
|
|
||||||
|
OR
|
||||||
|
|
||||||
|
```html
|
||||||
|
<!-- non-minified -->
|
||||||
|
<link href="https://bcrikko.github.io/NES.css/css/nes.css" rel="stylesheet" />
|
||||||
|
```
|
||||||
|
|
||||||
|
### npm
|
||||||
|
|
||||||
|
TODO: npm での使用方法を書く
|
||||||
|
|
||||||
|
|
||||||
|
## Usage
|
||||||
|
|
||||||
|
NES.cssはコンポーネントのスタイルのみを提供しています。レイアウトはみなさんが好きなように定義してください。
|
||||||
|
|
||||||
|
TODO: 詳細を書く
|
||||||
|
|
||||||
|
|
||||||
|
## CSS Only
|
||||||
|
|
||||||
|
NES.cssはCSSのみで構成されています。JavaScriptは不要です。
|
||||||
|
|
||||||
|
|
||||||
|
## Browser Support
|
||||||
|
|
||||||
|
次のブラウザの最新バージョンをサポートしています。
|
||||||
|
|
||||||
|
* Chrome
|
||||||
|
* Firefox
|
||||||
|
* Safari
|
||||||
|
|
||||||
|
未確認
|
||||||
|
* IE/Edge
|
||||||
|
|
||||||
|
|
||||||
|
## Copyright and license
|
||||||
|
|
||||||
|
Code and documentation copyright 2018 [B.C.Rikko](https://github.com/BcRikko). Code released under the MIT License. Docs released under Creative Commons.
|
||||||
|
@@ -11,7 +11,7 @@
|
|||||||
|
|
||||||
<title>NES.css - NES-style CSS Framework</title>
|
<title>NES.css - NES-style CSS Framework</title>
|
||||||
|
|
||||||
<link href="./css/nes.css" rel="stylesheet" />
|
<link href="./css/nes.min.css" rel="stylesheet" />
|
||||||
<link href="./style.css" rel="stylesheet" />
|
<link href="./style.css" rel="stylesheet" />
|
||||||
|
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
|
Reference in New Issue
Block a user