You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

42 lines
557 B

/*Javascript Calculator CSS*/
.calculator {
width: 300px;
height: 300px;
background-color: #eeeeee;
border: 2px solid #CCCCCC;
margin: auto;
clear: both;
}
.calculator td {
height: 16.66%;
}
.calc_td_result {
text-align: center;
}
.calc_result {
width: 90%;
text-align: right;
}
.calc_td_calculs {
text-align: center;
}
.calc_calculs {
width: 90%;
text-align: left;
}
.calc_td_btn {
width: 25%;
height: 100%;
}
.calc_btn {
width: 90%;
height: 90%;
font-size: 20px;
}