-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
82 lines (80 loc) · 1.28 KB
/
styles.css
File metadata and controls
82 lines (80 loc) · 1.28 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
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{
background-color: #070820;
}
.dot {
margin-top: 100px;
margin-bottom: 50px;
height: 130px;
width: 130px;
background-color: #f4aa09;
border-radius: 50%;
display: inline-block;
}
.logo{
width: 250px;
height: 250px;
}
.flexCenter{
display: flex;
justify-content: center;
}
h1{
margin-top: 0px;
font-family: 'Montserrat', sans-serif;
font-size: 130px;
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;
}
h2:hover{
opacity: 0.5;
}
.menu{
display: flex;
flex-direction: row;
justify-content: center;
margin-top: 100px;
}
.change{
color: black;
margin-top: -110px;
cursor: pointer;
}
.change:visited{
color: black;
text-decoration: none;
}
.change:link{
color: black;
text-decoration: none;
}
#section02{
background-color: #070820;
}