-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathstyle.css
59 lines (58 loc) · 769 Bytes
/
style.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
#header{
height: 100px;
padding-top: 30px;
}
#header .logo img{
width: 100%;
max-width: 160px;
height: auto;
}
#header .menu{
padding-top: 15px;
text-align: right;
}
#header .menu ul{
padding-left: 0px;
}
#header .menu ul li{
display: inline-block;
}
#header .menu ul li a{
font-size: 15px;
color: #000;
padding: 10px 15px;
}
h1{
margin-bottom: 60px;
text-align: center;
}
h1:hover{
cursor: pointer;
}
.class > h3{
text-align: center;
margin-bottom: 60px;
}
.member{
text-align: center;
margin-bottom: 60px;
height: 330px;
}
.member img{
max-width: 150px;
width: 100%;
height: auto;
}
.member h5{
font-size: 19px;
margin: 10px 0;
}
.member .title{
margin-bottom: 10px;
}
.member .email{
color: #ff4c4d;
}
.member .email a{
color: #ff4c4d;
}