-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path0716.css
61 lines (61 loc) · 1007 Bytes
/
0716.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
/* 0716updated */
.nav{
background-color: #e8eeea;
padding: 0 10px;
margin-bottom: 25px;
display: flex;
justify-content: space-between;
align-items: center;
}
.nav-list{
display: flex;
align-items: center;
/* justify-content: flex-end; */
}
/*.nav-item{
display: flex;除去li的點
}*/
.nav-link{
text-decoration: none;
color: #00cc99;
padding: 5px 10px;
}
.container{
width: 800px;
margin: 0 auto;
}
.title{
font-size: 20px;
font-weight: 5000;
margin-bottom: 5px;
}
.card{
margin-bottom: 10px;
display: flex;
/* padding-right: 100px; */
}
.card:nth-child(2){
flex-direction: row-reverse;
}
.card:nth-child(2) .card-img{
margin-right: 0;
margin-left: 5px;
}
.card-img{
margin-right: 5px;
}
.btn{
width: 50px;
padding: 8px 16px;
color: white;
background-color: #00cc99;
text-decoration: none;
display: block;
margin-left: auto;
text-align: center;
}
.card-body{
display: flex;
flex-direction: column;
justify-content: center;
}