-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstylesheet.css
122 lines (97 loc) · 1.4 KB
/
stylesheet.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
115
116
117
118
119
120
.header{
color: black;
}
.header img{
float: inherit;
}
.header li{
font-size: 15px;
float:right;
list-style: none;
padding: 15px;
}
.top img{
margin-left: auto;
width:500px;
height:350px;
}
.main {
text-align: center;
color: black;
}
.main h1{
padding-top: 70px;
font-size: 15px;
color:#009999;
}
.main h2{
font-size: 15px;
color:#FF6600;
}
.main h3{
font-size: 17px;
}
.main2{
background-color: #FFCC00;
}
.main2 img{
width:500px;
height:350px;
margin-left: auto;
}
.main2 h5{
text-align:center;
font-size:20px;
color:#CC3333;
}
.main2 h6{
color:#CC3333;
text-align:center;
margin-top: 40px;
font-size:15px;
}
.main3{
background-color: #FFFFFF;
}
.member{
text-align: center;
color: black;
font-size: 30px;
}
.member1{
text-align: center;
}
.member2 img{
width: 200px;
height: 200px;
vertical-align: middle;
}
.member3 img{
width: 200px;
height: 200px;
vertical-align: middle;
}
.member2{
display: inline-block;
width: 500px;
height: 300px;
vertical-align: middle;
text-align: center;
}
.member3{
display: inline-block;
width: 500px;
height: 300px;
vertical-align: middle;
text-align: center;
}
.main4{
background-color: #66CCFF;
display: inline-block;
width: 100%;
height: 300px;
}
.main4 p{
text-align:center;
font-size: 20px;
}