-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
73 lines (63 loc) · 985 Bytes
/
styles.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
.menu {
background-color: #6ab1cb;
width: 100%;
color: #ffffff;
margin: 0;
height: 50px;
padding: 25px;
font-size: 50px;
text-align: center;
}
body {
margin: 0;
font-family: "Ubuntu", sans-serif;
display: flex;
flex-direction: column;
align-items: center;
}
.paper {
display: flex;
flex-direction: column;
align-items: center;
height: auto;
width: 920px;
box-shadow: 0 4px 10px #dfdfdf;
border-radius: 2px;
padding: 30px;
margin-top: 60px;
}
.rows input {
height: 30px;
width: 160px;
font-size: 16px;
text-align: center;
margin: 2px;
}
.row {
display: flex;
flex-direction: row;
}
button {
color: #ffffff;
font-size: 16px;
border-radius: 2px;
width: 160px;
height: 42px;
}
.secondText {
display: flex;
justify-content: center;
}
.secondText div {
margin: 20px 50px 20px 50px;
}
.green {
color: #00d200;
}
.red {
color: #ff0000;
}
#mean {
color: #6ab1cb;
}
/*# sourceMappingURL=styles.css.map */