-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathStyles.css
More file actions
73 lines (62 loc) · 1.09 KB
/
Styles.css
File metadata and controls
73 lines (62 loc) · 1.09 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
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@700&display=swap');
.tabSml{
float:left;
width:15%;
padding: 0px;
}
.tabLrg{
float:left;
width:25%;
padding: 0px;
}
.column{
float:left;
width:40%;
padding: 10px;
}
.column2
{
float:left;
width:20%;
margin:10px;
}
.row:after{
content:"";
display:table;
clear:both;}
dt{color:#a6a6a6;
font-size:22px;
font-family: TF2,cursive;}
dd{color:#a6a6a6;
font-size:25px;
position: relative;
left : -35px;
font-family: tf2professor, cursive;}
h3{color:#a6a6a6;
padding:0px;
margin:0px;
font-size:40px;
font-family: tf2professor, cursive;}
h2{color:#a6a6a6;
padding:0px;
margin:0px;
font-size:35px;
font-family: 'Kalam', cursive;}
lo{list-style-type:decimal;
color:#a6a6a6;
font-family: TF2, cursive;}
li{color:#a6a6a6;
font-family: TF2, normal;
font-size:22px;}
@font-face{
font-family: "TF2";
font-style: normal;
font-weight: 400;
src: url('Fonts/TF2.ttf');
}
@font-face{
font-family: "tf2professor";
font-style: normal;
font-weight: 400;
src: url('Fonts/tf2professor.ttf');
}