Skip to content

Commit 95aab5f

Browse files
author
unknown
committed
Enhanced Calculator
1 parent ee580f9 commit 95aab5f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Calculator/sushil-2803/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
box-sizing: border-box;
55
}
66
body {
7-
height: 800px;
7+
height: 600px;
88
display: flex;
99
align-items: center;
1010
justify-content: center;
@@ -28,16 +28,15 @@ body {
2828
align-items: center;
2929
box-shadow: rgb(38, 57, 77) 0rem 1rem 1.5rem -0.5rem;
3030
flex-direction: column;
31-
32-
/* padding: 20px; */
31+
padding: 20px;
3332

3433

3534
}
3635

3736
.input {
3837
width: 90%;
3938
height: 35%;
40-
border-radius: 1.5rem;
39+
border-radius: 2rem;
4140
background-color: white;
4241
border: 1px solid #ddd;
4342

@@ -49,6 +48,7 @@ body {
4948
font-size: 2.5rem;
5049
overflow-x: auto;
5150
transition: all .2s ease-in-out;
51+
margin: 20px;
5252
}
5353

5454
.input:hover {

0 commit comments

Comments
 (0)