ZhivkoPetkov

titan css

Jun 24th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2. .backgroundImage2{
  3.   /* background-image: url('../images/operators.jpg');  */
  4.   background-size: cover;
  5.   position:absolute;
  6.   width: 99.5%;
  7.   height: 99.2%;
  8.   font-family: 'abbFont';
  9. }
  10.  
  11. .firstTable{
  12. width:40.0%;
  13. height: 90%;
  14. float:left;
  15. border:black ;
  16. border-style: none;
  17. font-size: 180%;
  18. text-align: center;
  19. }
  20.  
  21. .secondTable{
  22. width: 40.0%;
  23. height: 100%;
  24. float:left;
  25. border: black;
  26. border-style:none;
  27. font-size: 130%;
  28. text-align: center;
  29. /* max-height: 99%;  */
  30. }
  31.  
  32. .thirdTable{
  33. width:20%;
  34. height: 90%;
  35. float:left;
  36. border: black;
  37. border-style: none;
  38. font-size: 180%;
  39. text-align: center;
  40. background: red;
  41. border-spacing: 10px 10px;
  42. }
  43.  
  44.  
  45. .infoTable{
  46.   width:  33%;
  47.   height: 100%;
  48.   border: none;
  49.   color: white;
  50.   background: gray;
  51.   justify-content: center;
  52.   text-align: center;
  53. }
  54.  
  55. .underline-text-abb {
  56.   text-decoration: underline;
  57.   margin-bottom: 1%;
  58.   text-decoration-color: red;
  59.   font-weight: bold;
  60.   font-size: 120%;
  61.   float: left;
  62.  
  63. }
  64.  
  65. .graphTable{
  66. width:70%;
  67. height: 100%;
  68. float:left;
  69. border: none;
  70. border-style: none;
  71. font-size: 90%;
  72. text-align: center;
  73. }
  74.  
  75. .barP {
  76. float: left;
  77. background: black;
  78. height: 65%;
  79. border-radius: 10px 10px 10px 10px;
  80. opacity: 1;
  81. }
Add Comment
Please, Sign In to add comment