Advertisement
rowrz

Untitled

Oct 7th, 2014
31
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. <style>
  2. .line-container{
  3. width:auto;
  4. min-height:100px;
  5. position: fixed;
  6. top:20;
  7. left:20;
  8. }
  9. .line1,.line2,.line3{
  10. border-left:1px solid black;
  11. height:20px;
  12. }
  13. .line-dot{
  14. margin-left:-7px;
  15. font-size:20px;
  16. }
  17. .line{
  18. margin:-5px;
  19. }
  20. </style>
  21.  
  22. <div class="line-container">
  23. <div class="line1 line">
  24. </div>
  25. <span class="line-dot">&middot;</span>
  26. <div class="line2 line">
  27. </div>
  28. <span class="line-dot">&middot;</span>
  29. <div class="line3 line">
  30. </div>
  31. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement