-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
71 lines (66 loc) · 1.19 KB
/
styles.css
File metadata and controls
71 lines (66 loc) · 1.19 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
body {
background: #222222;
font-family: 'Ubuntu', sans-serif;
margin: 0;
}
#welcome-text {
color: #ffffff;
font-size: 60px;
position: absolute;
text-align: center;
width: 100%;
top: 43%;
opacity: 0;
}
#welcome-text-subscript {
color: #ffffff;
font-size: 20px;
text-align: center;
opacity: 0;
}
#particles-js {
width: 100%;
height: 100%;
position: fixed;
background-color: #222222;
background-size: cover;
background-position: 50% 50%;
background-repeat: no-repeat;
}
#team-members {
position: absolute;
bottom: 0px;
width: 100%;
text-align: center;
opacity: 0;
}
#team-members .title{
color: #666666;
margin-bottom: 10px;
}
.member-avatar {
display: inline-block;
overflow: hidden;
line-height: 1;
vertical-align: middle;
border-radius: 50%;
width: 75px;
height: 75px;
padding: 7px;
}
main {
text-align: center;
}
main .anim-container {
position: relative;
margin: 0 auto;
padding-top: 100px;
max-width: 80%;
display: block;
}
main .anim-container img {
max-width: 100%;
position: absolute;
transform: translateX(-50%);
opacity: 0;
}