Advertisement
Guest User

Untitled

a guest
May 6th, 2015
245
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. <a href="#" class="mali_oglas_kategorija">Kategorija</a>
  2.  
  3. .mali_oglas_kategorija {
  4. position: relative;
  5. display: inline-block;
  6. font-weight: bold;
  7. width: 100px;
  8. padding: 6px 20px 6px 40px;
  9. margin: 10px 10px 10px -18px;
  10. color: #e5e5e5 !important;
  11. background-color: #760000;
  12. -webkit-box-shadow: 0px 2px 4px rgba(0,0,0,.5);
  13. -moz-box-shadow: 0px 2px 4px rgba(0,0,0,.5);
  14. box-shadow: 0px 2px 4px rgba(0,0,0,.5);}
  15. .mali_oglas_kategorija:after{
  16. content: ' ';
  17. position: absolute;
  18. width: 0;
  19. height: 0;
  20. left: 0px;
  21. top: 100%;
  22. border-width: 5px 10px;
  23. border-style: solid;
  24. border-color: #470000 #470000 transparent transparent;
  25. }
  26.  
  27. <a href="#" class="mali_oglas_kategorija">Kategorija<b></b></a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement