-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss.css
83 lines (71 loc) · 1.22 KB
/
css.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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
html, body {
background-color: #dfe0db;
}
.wrapper {
padding: 5px;
width: 296px;
height: 395px;
margin: 10% auto;
background-color: #afb29e;
box-shadow: 10px 10px 5px #888888;
border-radius: 15px;
border-style: double;
overflow: auto;
}
p {
font-size: 16px;
margin: 10px;
font-family: "Arial", Helvetica, sans-serif;
}
#firstline, #secondline {
color: white;
display: inline;
float: right;
clear: right;
}
#firstline {
margin: 0 8px 0 0;
font-size: 35px;
}
#secondline {
margin: 0 8px 0 0;
font-size: 15px;
}
.display {
border-radius: 10px;
width: 250px;
height: 80px;
margin: 10px 0 10px 15px;
background-color: #bad3d8;
border-color: #cedadb;
border-style: double;
}
button {
height: 37px;
margin: 5px;
float: left;
color: white;
box-shadow: 0px 3px 1px black;
background-color: #48493d;
border-color: #48493d;
outline: none;
}
button:active {
transform: translateY(2px);
}
.longer {
float: right;
margin-left: 0px;
width: 60px;
height: 85px;
}
.normal {
width: 60px;
}
.larger {
width: 130px;
}
#AC, #CE {
background-color: #0f0d33;
border-color: #0f0d33;
}