Skip to content

Instantly share code, notes, and snippets.

View h2kyaw's full-sized avatar
🎯
Focusing

Hein Htet Kyaw h2kyaw

🎯
Focusing
View GitHub Profile
@ardhptr21
ardhptr21 / README.md
Last active March 25, 2024 17:12
Customize Git Bash Terminal

Customize Git Bash Terminal 🐱‍💻

preview

Usefull Link:

@jedsundwall
jedsundwall / gist:586144
Created September 18, 2010 23:00
CSS to add commas to items in an unordered list without leaving a comma hanging at the end of the list
ul.tags {
display: inline;
margin: 0;
padding: 0;
}
ul.tags li {
display: inline;
list-style: none;
margin: 0;