Skip to content

Instantly share code, notes, and snippets.

@tcesur
tcesur / gist:c36db079c65847200cb23ed4cc96529a
Created November 15, 2017 15:17
HTML/CSS: Very Simple/Lightweight Breadcrumb
<style type="text/css">
.breadcrumb li {
display: inline;
}
.breadcrumb li+li:before {
content:"» ";
}
</style>
<ol class="breadcrumb">
@tcesur
tcesur / README.md
Created February 12, 2018 10:38 — forked from hofmannsven/README.md
My simply MySQL Command Line Cheatsheet