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
- Host: GitHub
- URL: https://github.com/kkmzero/css-langdot
- Owner: kkmzero
- License: cc0-1.0
- Created: 2021-09-16T18:17:00.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-06-11T15:12:34.000Z (about 1 year ago)
- Last Synced: 2025-06-11T16:57:39.475Z (about 1 year ago)
- Topics: colors, css, dots, github, languages
- Language: CSS
- Homepage:
- Size: 236 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CSS LangDot
GitHub programming language color dots in CSS for your own website.

## 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).