Programming language color dots in CSS for websites
Find a file
2026-02-11 20:40:51 +01:00
css Add css/lang.css 2026-02-11 20:31:55 +01:00
.gitattributes Add .gitattributes 2026-02-11 20:29:30 +01:00
LICENSE Add LICENSE 2026-02-11 20:29:57 +01:00
list.html Add list.html 2026-02-11 20:39:42 +01:00
preview.png Upload files to "/" 2026-02-11 20:33:17 +01:00
README.md Update README.md 2026-02-11 20:40:51 +01:00

CSS LangDot

Programming language color dots in CSS for your own website.

Valid CSS!

How to use

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

<link rel="stylesheet" href="css/lang.css">

or import the file from this repository via raw.githack.com in your own css file:

@import url("https://cb.githack.com/kkmzero/css-langdot/raw/branch/main/css/lang.css");

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

<span class="lang javascript"></span> JavaScript

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

License

CSS LangDot is licensed under the Creative Commons Zero v1.0 Universal license.