forked from sat5297/hacktober-coding
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcalc.css
More file actions
42 lines (39 loc) · 705 Bytes
/
calc.css
File metadata and controls
42 lines (39 loc) · 705 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
*{
margin: 0px;
padding: 0px;
}
#container{
margin: 34px 0px 0px 279px;
width: 46%;
display: flex;
justify-content: center;
text-align: center;
border: 2px solid black;
background-color: lightslategray;
height: 325px;
}
#input{
width: 300px;
border: 4px solid lightblue;
}
.btn-dark:hover {
color: #191818;
background-color: #f2f6f9;
border-color: #f1f4f7;
}
.red{
background-color: red;
position: absolute;
top: 110px;
left: 205px;
height: 83px;
}
table{
position: relative;
margin: 24px 0px 0px 0;
}
#last{
position: absolute;
top: 160px;
left: 3px;
}