-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.css
More file actions
70 lines (56 loc) · 706 Bytes
/
team.css
File metadata and controls
70 lines (56 loc) · 706 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
body {
font-family: sans-serif;
color: #303030;
background-color: #fffcf4;
}
h1 {
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: 75px;
height: 75px;
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%;
}