-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
68 lines (61 loc) · 1.19 KB
/
style.css
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
body{
width: 33%;
}
#res{
background-color: lightgray;
border: solid;
height: 48px;
font-size: 30px;
font-family: 'Courier New', Courier, monospace;
font-weight: 900;
}
button{
width: 50%;
height: 50px;
font-size: 18px;
font-family: 'Courier New', Courier, monospace;
font-weight: 600;
margin: 0px;
float: left;
}
#btn0, #btn1{
/* background-color: black; */
/* color: white; */
border: 1px solid black;
}
#btnClr, #btnEql{
background-color: darkgreen;
color: white;
}
#btnSum, #btnSub, #btnMul, #btnDiv{
background-color: black;
color: red;
}
.container {
width: 500px;
height: 300px;
background-color: aliceblue;
margin-left: 440px;
margin-top: 90px;
}
.left-container {
width: 580px;
height: 250px;
}
.rights-container {
width: 200px;
height: 250px;
}
#btns {
display: flex;
}
.right-btns {
width: 70px;
height: 125px;
}
h1 {
margin-top: 160px;
margin-left: 550px;
width: 500px;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}