Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- .backgroundImage2{
- /* background-image: url('../images/operators.jpg'); */
- background-size: cover;
- position:absolute;
- width: 99.5%;
- height: 99.2%;
- font-family: 'abbFont';
- }
- .firstTable{
- width:40.0%;
- height: 90%;
- float:left;
- border:black ;
- border-style: none;
- font-size: 180%;
- text-align: center;
- }
- .secondTable{
- width: 40.0%;
- height: 100%;
- float:left;
- border: black;
- border-style:none;
- font-size: 130%;
- text-align: center;
- /* max-height: 99%; */
- }
- .thirdTable{
- width:20%;
- height: 90%;
- float:left;
- border: black;
- border-style: none;
- font-size: 180%;
- text-align: center;
- background: red;
- border-spacing: 10px 10px;
- }
- .infoTable{
- width: 33%;
- height: 100%;
- border: none;
- color: white;
- background: gray;
- justify-content: center;
- text-align: center;
- }
- .underline-text-abb {
- text-decoration: underline;
- margin-bottom: 1%;
- text-decoration-color: red;
- font-weight: bold;
- font-size: 120%;
- float: left;
- }
- .graphTable{
- width:70%;
- height: 100%;
- float:left;
- border: none;
- border-style: none;
- font-size: 90%;
- text-align: center;
- }
- .barP {
- float: left;
- background: black;
- height: 65%;
- border-radius: 10px 10px 10px 10px;
- opacity: 1;
- }
Add Comment
Please, Sign In to add comment