File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 5
5
< meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
6
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
7
7
< title > Calculator</ title >
8
- < link rel ="stylesheet " href ="styles .css ">
9
- < link rel =" stylesheet " href =" https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2 .0/css/all.min. css " >
8
+ < link rel ="stylesheet " href ="style .css ">
9
+ < link rel =' stylesheet ' href =' https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6 .0/css/all.css ' / >
10
10
</ head >
11
11
< body >
12
12
< div class ="calculator-big-screen ">
Original file line number Diff line number Diff line change @@ -10,12 +10,11 @@ body{
10
10
justify-content : center;
11
11
height : 100vh ;
12
12
background-color : rgb (20 , 11 , 39 );
13
-
14
13
}
15
14
16
15
.calculator-big-screen {
17
16
width : 30% ;
18
- height : 500 px ;
17
+ padding : 20 px 10 px ;
19
18
border-radius : 15px ;
20
19
background-color : rgb (255 , 255 , 255 );
21
20
box-shadow : 0 0 10px rgba (128 , 128 , 128 , 0.608 );
@@ -40,11 +39,10 @@ body{
40
39
.calculator-container {
41
40
display : flex;
42
41
margin : 0 20px ;
43
- width : 92% ;
44
42
justify-content : space-between;
45
43
align-items : center;
46
44
gap : 30px ;
47
- padding : 10px ;
45
+ padding : 10px 0 ;
48
46
}
49
47
50
48
.btn , .clear-btn , .backsp-btn , .equal-to {
You can’t perform that action at this time.
0 commit comments