Skip to content

Commit 43461f4

Browse files
committed
Update v1.1
1 parent d425f1b commit 43461f4

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<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'/>
1010
</head>
1111
<body>
1212
<div class="calculator-big-screen">

styles.css renamed to style.css

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@ body{
1010
justify-content: center;
1111
height: 100vh;
1212
background-color: rgb(20, 11, 39);
13-
1413
}
1514

1615
.calculator-big-screen{
1716
width: 30%;
18-
height: 500px;
17+
padding: 20px 10px;
1918
border-radius: 15px;
2019
background-color: rgb(255, 255, 255);
2120
box-shadow: 0 0 10px rgba(128, 128, 128, 0.608);
@@ -40,11 +39,10 @@ body{
4039
.calculator-container{
4140
display: flex;
4241
margin: 0 20px;
43-
width: 92%;
4442
justify-content: space-between;
4543
align-items: center;
4644
gap: 30px;
47-
padding: 10px;
45+
padding: 10px 0;
4846
}
4947

5048
.btn,.clear-btn,.backsp-btn,.equal-to{

0 commit comments

Comments
 (0)