Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. DIV.type_text
  2. {
  3. position: absolute;
  4. cursor: pointer;
  5. width: 20px;
  6. height: 20px;
  7. text-align: center;
  8. }
  9. DIV.type_text SPAN
  10. {
  11. position: absolute;
  12. font-size: 15px;
  13. color: #000000;
  14. font-weight: bolder;
  15. bottom: 25%;
  16. display: block;
  17. width: 100%;
  18. text-align: center;
  19. line-height: 9px;
  20. background-color: #FB3939;
  21. }
  22.  
  23. .type_text {
  24. position: relative;
  25. left: 50%;
  26. float: left;
  27. }
  28.  
  29. .type_text span {
  30. position: relative;
  31. right: 50%;
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement