-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtext.css
More file actions
96 lines (93 loc) · 1.37 KB
/
text.css
File metadata and controls
96 lines (93 loc) · 1.37 KB
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
92
93
94
95
96
p{
font-family: Arial;
}
.font{
font-family: Tahoma;
font-weight: bold;
}
.headline{
margin-top: 50px;
font-family: Arial;
font-weight: bold;
margin-bottom: 0;
}
.deadline{
margin-top: 3px;
font-family: Arial;
color: red;
font-style: italic;
}
.heading{
margin-top: 50px;
font-weight: bold;
font-family: Arial;
margin-bottom: 0;
}
.subheading{
font-family: Arial;
font-size: small;
color: gray;
margin-top: 0;
}
.description{
width: 250px;
font-size: medium;
}
.heading0{
text-align: center;
font-weight: bold;
color: orange;
font-size: xx-small;
margin-bottom: 3px;
}
.heading1{
text-align: center;
font-size: medium;
font-weight: bold;
margin-bottom: 2px;
margin-top: 0;
}
.heading2{
text-align: center;
font-size: xx-large;
font-weight: bold;
margin-bottom: 4px;
margin-top: 0;
}
.heading3{
text-align: center;
font-size: x-small;
margin-bottom: 3px;
font-weight: 1px;
margin-top: 4px;
}
.button0{
margin-top: 5px;
width: 30px;
margin-left: 48.83%;
text-align: center;
border:none;
background-color: rgb(65, 134, 254);
color: white;
border-radius: 9px;
font-size: x-small;
}
.x0{
margin-bottom: 5px;
}
.x1{
font-weight: bold;
}
.x2{
color: gray;
}
.x3{
margin-top: 5;
width: 500px;
}
.x4{
margin-top: 20px;
}
.x5{
color: rgb(97, 115, 249);
}