Advertisement
Guest User

Untitled

a guest
Aug 30th, 2016
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. <style
  2. .breadcrumbs {
  3. color: #666666;
  4. font-size: 12px;
  5. ol {
  6. list-style-type: none;
  7. -webkit-padding-start: 0;
  8. li {
  9. display: inline;
  10. }
  11. li:after {
  12. content: "→";
  13. padding: 0 3px 0 5px;
  14. }
  15. li:last-child:after {
  16. content: "";
  17. }
  18. }
  19. }
  20. </style>
  21.  
  22. <nav class="breadcrumbs" aria-label="breadcrumb" role="navigation">
  23. <ol>
  24. <li><a href="#">Home</a></li>
  25. <li><a href="#">Close</a></li>
  26. <li><a href="#">Manage</a></li>
  27. <li>Hierarchy Tree</li>
  28. </ol>
  29. </nav>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement