| Server IP : 127.0.0.1 / Your IP : 216.73.216.48 Web Server : Apache/2.4.58 (Win64) OpenSSL/3.1.3 PHP/8.2.12 System : Windows NT DESKTOP-3H4FHQJ 10.0 build 19045 (Windows 10) AMD64 User : win 10 ( 0) PHP Version : 8.2.12 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : D:/xampp/htdocs-coblaa/CB_calculator/main_css/ |
Upload File : |
body {
font-family: 'Inter', sans-serif;
background-color: #f1f5f9; /* A light, clean background */
}
.calculator {
background: linear-gradient(135deg, #2d3748, #1a202c);
}
.btn-op {
background-color: #4a5568;
}
.btn-op:hover {
background-color: #6d7b93;
}
.btn-num {
background-color: #2d3748;
}
.btn-num:hover {
background-color: #4a5568;
}
.btn-func {
background-color: #f6ad55;
}
.btn-func:hover {
background-color: #ed8936;
}
.btn-equals {
background-color: #48bb78;
}
.btn-equals:hover {
background-color: #38a169;
transform: scale(1.05);
}
button {
transition: all 0.2s ease-in-out;
}