-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
47 lines (44 loc) · 818 Bytes
/
style.css
File metadata and controls
47 lines (44 loc) · 818 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
43
44
45
46
47
h1{
text-align: center;
}
.container{
width: 460px;
height: 540px;
background-color: rgb(37, 33, 33);
margin: auto;
padding: 10px;
border-radius: 10px;
}
p{
color: white;
margin-left: 10px;
font-size: 1.5rem;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
#screen{
background-color: rgb(168, 223, 240);
height: 80px;
width: 440px;
margin: 5px;
font-size: 4rem;
text-align: right;
border-radius: 10px;
}
.button{
background-color: rgb(78 77 77);
color: white;
width: 92px;
height: 70px;
font-size: 2.5rem;
margin: 10px;
border-radius: 15px;
}
.clear{
background-color: red;
}
.operator{
background-color: rgb(132, 132, 130);
}
.button:hover{
border: 5px solid white;
}