forked from suspha/numerology
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.css
92 lines (71 loc) · 1.04 KB
/
app.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
84
85
86
87
88
89
90
91
body {
margin-left: 40px;
max-width: 80%;
font-family: Tahoma, Geneva, sans-serif;
color: #333;
}
.nav{
width: 45%;
background-color: #F5F5F5;
border: 1px dotted #D3D3D3;
padding: 20px 20px 100px 20px;
margin-top: 60px;
border-radius: 5px;
}
button{
padding: 6px 16px;
background-color: #fff;
border-radius: 4px;
font-size: 16px;
color: #008B8B;
}
input{
padding: 6px 16px;
border-radius: 4px;
font-size: 12px;
text-transform: uppercase;
}
.result-text {
padding: 0.5em 0.2em;
font-size: 98%;
}
header h1{
margin-top: 40px;
color: #008B8B;
}
h1{
font-size: 40px;
font-weight: 100;
}
h2 {
font-size: 26px;
font-weight: 100;
}
h3 {
font-weight: 100;
color: #008B8B;
}
.num{
margin-top: 80px;
margin-bottom: 40px;
}
ul li{
line-height: 26px;
font-weight: 100;
font-size: 15px;
}
table, th, td {
border: 1px solid #5F9EA0;
border-collapse: collapse;
text-align: center;
}
th {
background-color: #eee;
color: #008B8B;;
}
th, td {
padding: 5px;
}
ul {
margin-top: 40px;
}