-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprocess.css
More file actions
125 lines (123 loc) · 1.96 KB
/
process.css
File metadata and controls
125 lines (123 loc) · 1.96 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
body.preloader-site {
overflow: hidden;
}
.preloader-wrapper {
height: 100%;
width: 100%;
background: #FFF;
position: fixed;
top: 0;
left: 0;
z-index: 9999999;
}
.preloader-wrapper .preloader {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width: 120px;
}
body{
width: auto;
background: #070820;
}
.logo {
margin-top: 10px;
margin-left: 50px;
margin-bottom: 10px;
height: 130px;
width: 130px;
}
h1{
margin-top: 0px;
font-family: 'Montserrat', sans-serif;
font-size: 30px;
text-align: center;
color: #e20000;
}
h2{
/* margin-top: 30px; */
margin-left: 50px;
font-family: 'Montserrat', sans-serif;
font-size: 30px;
text-align: center;
color: white;
}
.menu{
display: flex;
flex-direction: row;
justify-content: flex-end;
margin-right: 50px;
/* margin-top: 10px; */
}
.change{
color: black;
margin-top: -110px;
cursor: pointer;
}
.change:visited{
color: black;
text-decoration: none;
}
.change:link{
color: black;
text-decoration: none;
}
.flexCenter{
display: flex;
justify-content: center;
}
h2:hover{
opacity: 0.5;
}
a:link{
color: #e20000;
text-decoration: none;
}
a:visited{
color: #e20000;
text-decoration: none;
}
h1:hover{
opacity: 0.5;
}
#one .title{
position: absolute;
top: 30%;
left: 5%;
font-size: 200px;
color:#0d8189;
text-align: center;
margin-top: 80px;
margin-bottom: 0px;
letter-spacing:25px;
font-family: 'Montserrat', sans-serif;
}
#one{
height: 100vh;
width: 100%;
}
#two, #three, #four{
height: 100vh;
width: 100%;
/* background-color: white; */
}
.sub{
color:#e20000;
font-size: 80px;
font-family: 'Montserrat', sans-serif;
margin-left: 50px;
margin-bottom: 20px;
}
.flexCenter{
display: flex;
justify-content: center;
margin-bottom: 10px;
}
.template{
width: 700px;
height: 400px;
margin-left: 25%;
margin-top: 50px;
}