Programming language color dots in CSS for websites
- CSS 100%
| css | ||
| .gitattributes | ||
| LICENSE | ||
| list.html | ||
| preview.png | ||
| README.md | ||
CSS LangDot
Programming language color dots in CSS for your own website.
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.
