Calculator.Afroz Ali
#calc-contain{
position: relative;
width: 350px;
height: 350px;
border: 25px solid rgb(5, 103, 121);
border-radius: 50px;
margin: 0px auto;
padding: 40px 40px 80px 40px;
}
#agh{
position: relative;
float: right;
margin-top: 15px;
}
#agh p{
font-size: 20px;
font-weight: 900;
}
input[type=button] {
background: #4CAF50;
width: 20%;
height: 50px;
font-size: 32px;
font-weight: 1000;
border-radius: 200px;
margin-left: 10px;
margin-top: 10px;
border-radius: 10px;
}
input[type=button]:active {
background-color: #3e8e41;
box-shadow: 0 5px #666;
transform: translateY(4px);
}
input[type=button]:hover {
background-color: #0b0033;
color: white;
}
input[type = text] {
position: relative;
display: block;
width: 95%;
font-size: 50px;
padding: 7px;
box-shadow: 4px 4px 20px black;
}
0 comments:
Post a Comment