-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhack.css
114 lines (87 loc) · 1.78 KB
/
hack.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
111
112
113
114
@font-face {
font-family: minecraft_font; src: url(minecraft_font.ttf) format(‘truetype’);
}
#subtitle {
font-size: 3.2rem;
text-align: center;
}
.subtitles {
font-size: 2.4rem;
}
.legend-bottom {
position: relative;
bottom: 0px;
}
#HomePictureContainer {
display: flex;
justify-content: center;
align-items: center;
/* background-color: red; */
}
#HomePicture {
height: 40rem;
width: 80%;
}
img {
width: 80%;
height: 80%;
border-radius: inherit;
}
#Intro {
font-size: 2.0rem;
}
p {
font-size: 25px;
text-align: justify;
/* width: 50%; */
/* background-color: red; */
}
#TeamSection {
display: flexbox;
}
.AllMembers {
display: flex;
flex-direction: column;
justify-content: space-evenly;
align-items: center;
/* background-color: bisque; */
}
.TeamMember {
display: flex;
/* background-color: cyan; */
margin: 2.5rem 0%;
width: 100%;
}
.TeamMember .PicTeamMember {
border-radius: 50%;
border: 0.2rem solid rgb(92, 109, 92);
/* background-color: aquamarine; */
height: 20.0rem;
width: 20.0rem;
/* width: 40%; */
margin-left: 20%;
}
.TeamMember .PicTeamMember > img {
width: 100%;
height: 100%;
}
.TeamMember .InfoTeamMember {
margin-left: 4.5rem;
margin-top: 2.8rem;
line-height: 2.1rem;
width: 60%;
/* background-color: red; */
}
.TeamMember .InfoTeamMember .NameMember {
font-size: 1.8rem;
font-weight: bold;
}
.TeamMember .InfoTeamMember .SchoolMember, .TeamMember .InfoTeamMember .ProgramMember {
font-size: 1.6rem;
}
h1 {
font-size: 40px;
}
video {
margin-top: -100px;
}