-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
61 lines (51 loc) · 1.06 KB
/
style.css
File metadata and controls
61 lines (51 loc) · 1.06 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
.navLinks__open {
display: flex;
}
/* .menu-item {
color: #fafafa;
} */
.hero-header {
background-image: url('./img/backgrounds/pexels-nick-collins-1293120.jpg');
background-repeat: repeat;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
.hero__section {
background: url('./img/backgrounds/hero-background.jpg');
background-size: cover;
background-position: top;
}
.project {
background: rgba(250, 250, 250, 0.1);
}
.featuredSpeaker__img-container {
position: relative;
height: 130px;
width: 145px;
}
.featuredSpeaker__img-container .chess_board {
position: absolute;
height: 60px;
width: 60px;
top: 0;
left: 0;
}
.featuredSpeaker__img-container .speaker {
width: 120px;
height: 120px;
position: absolute;
bottom: 0;
right: 0;
object-fit: cover;
}
.past_summit_one {
background: url(./img/about_page/mgds_2021.jpg);
background-size: cover;
}
.past_summit_two {
background: url(./img/about_page/mgds_2022.jpg);
background-size: cover;
}
.past_summit_info {
background: rgba(236, 82, 66, 0.8);
}