round.css 186 B

123456789101112
  1. body {
  2. }
  3. .U_Control_round_div1{
  4. width: 50px;
  5. height: 50px;
  6. border : 1px solid silver;
  7. text-align: center;
  8. position: absolute;
  9. line-height: 3;
  10. border-radius:25px;
  11. z-index:99;
  12. }