| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
cs16.css is a css library based on Counter Strike 1.6 UI.
You can install cs16.css simply by pasting this to your html head tag:
<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.
Thank you for wanting to contribute to this project. Here you can learn how to do it.
ArialPixel.ttf
index.html
package.json
└── src
├── cs16.css
├── index.css
├── main.js
└── css
├── cs16.css
├── cs16.min.css
You can fork this repo by clicking the fork button in the top right corner of the repo page.
git clone https://github.com/your-username/cs16.css.gitgit checkout -b my-new-branchpnpm installpnpm run build:cssMIT
| Back | FazBrowse Home | New Git URL |