mirror of
https://github.com/ekmas/cs16.css
synced 2026-04-10 21:53:24 +00:00
added readme
This commit is contained in:
parent
2423e591f1
commit
b347b395f7
1 changed files with 19 additions and 0 deletions
19
README.md
Normal file
19
README.md
Normal file
|
|
@ -0,0 +1,19 @@
|
||||||
|
# cs16.css
|
||||||
|
|
||||||
|
## Introduction
|
||||||
|
|
||||||
|
cs16.css is a css library based on Counter Strike 1.6 UI.
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
You can install cs16.css simply by pasting this to your html `head` tag:
|
||||||
|
|
||||||
|
```html
|
||||||
|
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/gh/ekmas/cs16.css@main/css/cs16.min.css">
|
||||||
|
```
|
||||||
|
|
||||||
|
or you can download css file and font from this repo. Inside css folder are prefixed and minified versions of cs16.css you can use.
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
MIT
|
||||||
Loading…
Reference in a new issue