anchor (link) right angle bracket after


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /* right angle bracket after breadcrumb trail link text */
  2. .breadcrumb-anchor A:after {
  3. content: "\00BB ";
  4. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.