-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
44 lines (39 loc) · 772 Bytes
/
style.css
File metadata and controls
44 lines (39 loc) · 772 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
html {
display: flex;
justify-content: center;
align-items: center;
min-height: 100vh;
margin: 0;
background-color: #e7d8e0;
}
.container{
background-color: rgb(89, 88, 88);
padding: 10px;
border-radius: 2%;
min-width: 335px;
}
button, .display{
background-color: rgb(178, 175, 175);
margin : 5px;
padding: 10px 20px;
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
font-weight: bold;
font-size: 30px;
width: 70px;
}
.display{
margin : 6px;
opacity: 0.9;
box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
height: 100px;
width: auto;
border: 3px solid black;
text-align: right;
}
#clear, #del{
width: 155px;
}
h1{
background-color: transparent;
text-align: center;
}