CSS   22
phoneThumbBar
Guest on 27th August 2023 11:53:37 AM


  1. phoneThumbBar {
  2.         bottom: 0px;
  3.         left: 0px;
  4.         right: 0px;
  5.         position: absolute;
  6.         background-color:#000000;
  7.         opacity:0.6;
  8.         height: 120px;
  9.         z-index: 98;
  10. }
  11. .phoneThumbBG {
  12.         position: absolute;
  13.         bottom: 1px;
  14.         /*left: 0px;*/
  15.         right: 0px;
  16.         height: 105px;
  17.         overflow: hidden;
  18.         opacity: 0.9;
  19.         /*background-color:#888888;*/
  20.         z-index:102;
  21. }
  22. .phoneThumbBox {
  23.         position: absolute;
  24.         left: 0px;
  25.         right: 0px;
  26.         height: 95px;
  27.         /*background-color:#ff0000;*/
  28. }
  29. .phoneThumbItem{
  30.         position: absolute;
  31.         top: 0px;
  32.         left: 0px;
  33.         width: 60px;
  34.         height: 82px;
  35.         border-width: 1px;
  36.         border-style:inset;
  37. }

Raw Paste

Login or Register to edit or fork this paste. It's free.