Skip to content

Instantly share code, notes, and snippets.

@diegodelfin7
diegodelfin7 / bootstrap-menu-triangles.css
Created February 22, 2017 05:27
Triangles for bootstrap dropdown menus
.dropdown-menu::before {
border-bottom: 9px solid rgba(0, 0, 0, 0.2);
border-left: 9px solid rgba(0, 0, 0, 0);
border-right: 9px solid rgba(0, 0, 0, 0);
content: "";
display: inline-block;
left: 86px;
position: absolute;
top: -8px;
}