Warning
This repository was moved to Codeberg and it will be deleted from GitHub in the near future. You can find it at https://codeberg.org/kkmzero/css-langdot
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> JavaScriptPreview of all programming language color dots and their html codes can be found in file list.html.
CSS LangDot is licensed under the Creative Commons Zero v1.0 Universal license.
