Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. <style>
  2. .circle {
  3. width: 10px;
  4. height: 10px;
  5. border-radius: 15px 15px 15px 15px;
  6. padding:5px;
  7. background: white;
  8. border: 1px solid green;
  9.  
  10. }
  11. .circle-inner {
  12. width: 10px;
  13. height: 10px;
  14. border-radius: 10px 10px 10px 10px;
  15. background: green;
  16.  
  17. }
  18.  
  19. </style>
  20. <font face="Times New Roman" size="1">stage1</font>
  21. <span class="circle" style="display:block">
  22. <span class="circle-inner" style="display:block"></span>
  23. </span>
  24. <hr style="height:1px; margin-top:-10px; border:none; color:#000; background-color:#000;width:80px;margin-left:22px">
  25. <font face="Times New Roman" size="1">stage2</font></span>
  26. <span class="circle" style="display:block">
  27. <span class="circle-inner" style="display:block"></span>
  28. </span>
  29. <hr style="height:1px; margin-top:-11px; border:none; color:#000; background-color:#000;width:80px;margin-left:22px">
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement