-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathstyle2.css
57 lines (52 loc) · 828 Bytes
/
style2.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
#header{
background-color:#1d7070;
height:80px;
width:90%;
color:#fff;
}
#slide{
padding-top:60px;
padding-bottom:20px;
height:400px;
}
#bl1{
background-color:#1d7070;
}
#pic{
height:340px;
margin-top:150px;
margin-bottom:15px;
background-color:#fff;
}
#pic2{
margin-bottom:50px;
}
#white{
color:#fff;
}
#im{
max-width:100%;
max-height:100%;
}
.accordion {
background-color: #eee;
color: #444;
cursor: pointer;
padding: 18px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
transition: 0.4s;
}
.active, .accordion:hover {
background-color: #ccc;
}
.panel {
padding: 0 18px;
background-color: white;
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
}