Guest User

Untitled

a guest
Jul 19th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <ul >
  2. <li class="round">
  3. <a href="#"></a>
  4.  
  5. <ul class="text">
  6. <li class="text"><a href="#" class="number">15</a></li>
  7. </ul>
  8.  
  9. </li>
  10. </ul>
  11.  
  12.  
  13. .round {
  14. display: block;
  15. position: relative;
  16.  
  17. left: 0;
  18. right: 0;
  19. top: 0;
  20. bottom: 0;
  21. margin-left: auto;
  22. margin-right: auto;
  23.  
  24. width: 100px;
  25. height: 100px;
  26. border-radius: 50%;
  27. background-color: #000;
  28. }
  29.  
  30. .text {
  31. display: block;
  32. position: relative;
  33.  
  34. bottom: 0;
  35. left: 0;
  36. right: 0;
  37. top: 0;
  38. margin-left: auto;
  39. margin-right: auto;
  40.  
  41. }
  42.  
  43. .number
  44. {
  45. display: block;
  46. position: relative;
  47.  
  48. bottom: 0;
  49. left: 0;
  50. right: 0;
  51. top: 0;
  52. margin-left: auto;
  53. margin-right: auto;
  54. }
Add Comment
Please, Sign In to add comment