Skip to content

Commit

Permalink
Add CSS (#21)
Browse files Browse the repository at this point in the history
* Add files via upload

* add css
  • Loading branch information
sam0410 authored and chinmayshah99 committed Oct 22, 2017
1 parent ee8f229 commit 64738c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LANGUAGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
- [ ] Zimbu
7 changes: 7 additions & 0 deletions css/hello.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<style type="text/css">
h1 {
color: DeepSkyBlue;
}
</style>

<h1>Hello World!</h1>

0 comments on commit 64738c9

Please sign in to comment.