GitHub programming language color dots in CSS for your own website.
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://raw.githack.com/kkmzero/css-langdot/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.