0

Is there any way to have title="" attribute on :before element?

.h3{
   padding-right: 13px;
   &:before {
       font-size: 12px;
       z-index: 10;
    }
  }
Richa
  • 4,240
  • 5
  • 33
  • 50
  • Possible duplicate http://stackoverflow.com/questions/5865937/using-before-and-after-css-selector-to-insert-html – Anjum.... Jul 19 '16 at 08:54
  • 1
    No. `::before` is a pseudo-element of CSS, isn't a HTML element, it hasn't attributes. –  Jul 19 '16 at 09:21

0 Answers0