An open API service indexing awesome lists of open source software.

https://github.com/kkmzero/css-langdot

GitHub programming language color dots in CSS
https://github.com/kkmzero/css-langdot

colors css dots github languages

Last synced: 9 months ago
JSON representation

GitHub programming language color dots in CSS

Awesome Lists containing this project

README

          

# CSS LangDot
GitHub programming language color dots in CSS for your own website.

![](preview.png)

Valid CSS!

## How to use

Copy and include ```css/lang.css``` file in your project:
```html

```

or import the file from this repository via raw.githack.com in your own css file:
```css
@import url("https://raw.githack.com/kkmzero/css-langdot/main/css/lang.css");
```

Then use html code with typed-in programming language name:
```html
JavaScript
```

Preview of all programming language color dots and their html codes can be found in file [list.html](list.html).