I want to have 3 dots on my page to, for example, toggle the display of a contextual menu. How can I achieve this using CSS?
With fontawesome.css
With Glyphicons
With css
.textSpan:after { content: '\2807'; font-size: 3em; color: #2e2e2e }