From 64738c98cce65aa5dbaf128883d5d518526f2478 Mon Sep 17 00:00:00 2001 From: Samikshya Chand Date: Sun, 22 Oct 2017 16:57:29 +0530 Subject: [PATCH] Add CSS (#21) * Add files via upload * add css --- LANGUAGES.md | 4 ++-- css/hello.css | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 css/hello.css diff --git a/LANGUAGES.md b/LANGUAGES.md index 565700b..1ba69df 100644 --- a/LANGUAGES.md +++ b/LANGUAGES.md @@ -26,7 +26,7 @@ You can also request a new language to be added to the list, just make a PR with - [x] Cpp - [x] Csharp - [ ] Cshell -- [ ] CSS +- [x] CSS - [ ] Dart - [ ] D - [ ] Ecl @@ -67,4 +67,4 @@ You can also request a new language to be added to the list, just make a PR with - [ ] Swift - [ ] Visual-basic - [ ] Whitespace -- [ ] Zimbu \ No newline at end of file +- [ ] Zimbu diff --git a/css/hello.css b/css/hello.css new file mode 100644 index 0000000..796cc6d --- /dev/null +++ b/css/hello.css @@ -0,0 +1,7 @@ + + +

Hello World!

\ No newline at end of file