forked from ummu2222/CLG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
110 lines (90 loc) · 1.53 KB
/
style.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
@font-face{
font-family: leagueSpartan;
src: url(leagueSpartan.woff);
}
@font-face{
font-family: glacialIndifferance;
src: url(glacialIndifference.woff);
}
body{
background-color: black;
}
.nav1{
background-color: #003262;
}
/*comment1*/
.nav1 a{
font-size: 13px;
color: #f2f2f2;
font-family: helvetica;
}
.nav1 a:hover{
color: orange;
}
.nav1 span{
color: #f2f2f2;
}
.nav2{
background-color: white;
}
.nav2 img{
height: 70px;
}
.nav2 li{
margin-right: 0px;
}
.nav2 a{
color: #003262 !important;
font-family: glacialIndifferance;
}
.line{
height: 3px;
background-color: #003262;
}
.bg{
background-image: url("bg2.png");
background-size: cover;
height: 90%;
width: 100%;
position: absolute;
padding-top: 150px;
margin: 0;
}
.film{
background-color: black;
height: 90%;
width: 100%;
position: absolute;
padding-top: 150px;
margin: 0;
z-index: 5;
opacity: 0.2;
}
.bg img{
height: 200px;
}
.bg h1{
color: white;
font-size: 80px;
font-family: leagueSpartan;
}
.bg h2{
color: white;
font-size: 30px;
font-family: glacialIndifferance;
}
.bg p{
color: white;
font-size: 20px;
position: relative;
top: 100px;
font-family: glacialIndifferance;
}
.aboutContent{
opacity: 1;
z-index: 20 !important;
}
.about{
opacity: 1;
z-index: 20 !important;
}