-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path220719.css
67 lines (54 loc) · 870 Bytes
/
220719.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
.mainbox{
padding: 0px;
margin: 0px;
}
h2{
font-weight: bold;
padding: 20px 0 10px 50px;
}
h4{
padding-left:50px;
margin-top: 40px;
}
.collection{
float:left;
}
.collectionphoto{
width:200px;
height:120px;
background-color: rgb(211, 211, 211);
border-radius: 10px;
margin: 10px 0 0 60px;
}
.collectiontitle{
font-size: 17px;
font-weight: bold;
margin-left: 70px;
margin-top:5px;
}
.collectioncontent{
font-size: 14px;
margin-left: 70px;
margin-top:0px;
}
.collectionfloat{
overflow:hidden;
}
.popular{
float:left;
}
.popularphoto{
border-radius: 50%;
width:120px;
height:120px;
background-color: rgb(211, 211, 211);
margin: 10px 0 0 52.5px;
}
.populartitle{
font-size:15px;
font-weight: bold;
margin-left:70px
}
.location{
float:left;
}