I am writing a very easy code of making a text blinking using only HTML and CSS3. You can adjust the values, setting a different blinking speed and colors.
Developers Map
Discy Latest Questions
Using the CSS :before title you can create an simple dash before anything you want. .dash {background: #333 none repeat scroll 0 0;float: left;height: 2px;margin-right: 5px;margin-top: 10px;width: 15px;} CSS : HTML : Output: