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
Step-1 :- You just need resolution (width x height) and text to be place on the image Step-2 :- Just replace your Image resolution with <resolution> and text with <text> with in below line https://via.placeholder.com/<resolution>?text=<text> Example :- https://via.placeholder.com/468×60?text=Visit+Developersmap.com+Now Step-3 :- After Placing resolution and text, ...
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: