Advertisement
Guest User

Untitled

a guest
Oct 24th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.83 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>JS Bin</title>
  7. <style>
  8. ul li {
  9. list-style: none;
  10. font-size: 1.2em;
  11. text-shadow: 0px 0px 4px #fff;
  12. font-weight: bold;
  13. font-family: sans-serif;
  14. }
  15.  
  16. .indicator{
  17. background-image: url(http://lorempixel.com/100/100/sports/1/);
  18. background-repeat: repeat-y;
  19. background-size: 100% 100%;
  20. background-position-x: left;
  21. background-clip: border-box;
  22. /*background-color: rgba(0,0,0,0.1);*/
  23. }
  24. <style>
  25. </head>
  26. <body>
  27. <ul>
  28. <li class="ayah" data-key="311"><span class="indicator" style="background-size: 20%;">Some Text her and it should has dynamic background sized.</span>&nbsp;<a class="btn btn-warning" href="/verses/view/311">18</a></li>
  29. </ul>
  30. </body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement