-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
83 lines (72 loc) · 1.09 KB
/
index.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
body{
font-family: "Open Sans";
margin: 0;
}
h1{
font-family: "Open Sans";
font-size:27px;
color: purple;
margin-top: 25px;
}
h2{
font-size:19px;
font-weight:601;
}
h3 {
font-family: "Open Sans";
font-size: 16px;
margin-bottom: 0px;
}
p {
font-family: "Open Sans";
font-size: 13px;
font-style: italic;
font-weight: normal;
color: #999;
margin-top: 2px;
}
span{
font-family: "Open Sans";
font-style: italic;
font-weight: lighter;
}
.example{
font-style: "Open Sans";
font-size: 18px;
color: purple;
background-color:#D9E3E5;
font-weight: normal;
padding: 4px;
border-radius: 10px;
border-color: #999;
border-display:inline;
}
.total{
font-family: "Open Sans";
background-color: white;
color: black;
font-weight: bold;
padding: 5px;
}
.button{
background-color: purple;
color: white;
font-weight: bold;
font-size: 14px;
padding: 5px;
font-style: "Open Sans";
border-color: white;
border-radius: 8px;
}
.label {
font-size: 14px;
font-style: normal;
margin-left: 3px;
font-weight: 500;
}
.textbox {
font-size: 14px;
padding: 4px;
width: 50px;
text-align: right;
}