-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam2.css
More file actions
72 lines (58 loc) · 908 Bytes
/
team2.css
File metadata and controls
72 lines (58 loc) · 908 Bytes
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
@import url('https://fonts.googleapis.com/css?family=Saira+Extra+Condensed');
body {
font-family:Saira Extra condensed;
color: #303030;
background-size: 1920px 1080px;
}
h1 {
font-family:Saira Extra condensed;
font-size: 1.5em;
text-align: center;
}
p {
text-align: center;
margin: 5px;
}
img {
margin-top: 0.7em;
margin-bottom: 0.7em;
margin-left: auto;
margin-right: auto;
border: 0.5px solid black;
width: 150px;
height: 150px;
display: block;
border-radius: 50%;
}
/*.link {
visibility: hidden;
}
.mem-img:hover + .link {
visibility: visible;
}*/
a {
color: #636363;
}
.main {
width: 90%;
margin: 0 auto;
}
.items {
display: block;
}
.row1 {
overflow: auto;
}
.row2 {
overflow: auto;
}
.member {
margin-bottom: 2em;
float: left;
}
.row1 .member{
width: 33%;
}
.row2 .member{
width: 50%;
}