Advertisement
Guest User

Untitled

a guest
Oct 9th, 2015
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <li class="step30">
  2. <div class="content">
  3. <h2>Lorem ipsum<br><span class="blue">dolor sit amet</span></h2>
  4. <canvas id="fiberdistans" width="800" height="350"></canvas>
  5. <span id="fiberdistans_legends" class="wide_bar_legend"></span>
  6. </div>
  7. </li>
  8.  
  9.  
  10.  
  11. .wide_bar_legend{
  12. float: right;
  13. width: 30px;
  14. max-height: 10px;
  15. position: relative;
  16. top: 20px;
  17. right: 20px;
  18. }
  19.  
  20. .line-legend span {
  21. position: absolute;
  22. display: block;
  23. height: 15px;
  24. width: 15px;
  25. border-radius: 360px;
  26. right: 1px;
  27. }
  28.  
  29. li{
  30. list-style: none;
  31. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement