-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.css
More file actions
48 lines (41 loc) · 717 Bytes
/
index.css
File metadata and controls
48 lines (41 loc) · 717 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
48
.header {
background-image: url("header.jpg");
color: cornsilk;
font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
text-align: right;
}
.numButton {
margin: 2px;
padding: 10px 20px;
min-width: 70px;
max-width: 70px;
}
.zeroButton {
margin: 2px;
padding: 10px 107px;
}
.input {
width: 306px;
margin-top: 5px;
}
.text {
width: 240px;
margin-left: 10px;
}
.select {
padding: 10px 70px;
margin: 15px;
}
.app {
background-color: white;
float: center;
border: 1px solid black;
position: center;
margin-right: 21px;
max-width: 360px;
border-radius: 5px;
height: 350px;
}
.outcome {
margin: 0px;
}