From b347b395f71620f8ae409bfb483d44cb554adaf7 Mon Sep 17 00:00:00 2001 From: Samuel Breznjak Date: Fri, 24 Jan 2025 13:13:09 +0100 Subject: added readme --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..e56fb4c --- /dev/null +++ b/README.md @@ -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 + +``` + +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 \ No newline at end of file -- cgit v1.2.3