Advertisement
Guest User

Untitled

a guest
Jul 28th, 2016
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <li id="customize" class=" last"><a href="/test">
  2. <i class="fa fa-Test Account"></i>
  3. <span class="menu-text"><strong>Test Account</strong></span>
  4. </a></li>
  5.  
  6. .fa-test.Account:before {
  7. opacity: 0.3;
  8. content: "";
  9. background: url("icons/test.svg") no-repeat;
  10. background-size: 30px 30px;
  11. opacity: 0.3;
  12. position: absolute;
  13. width: 30px;
  14. height: 31px;
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement