-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrent.css
107 lines (79 loc) · 1.48 KB
/
rent.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
@CHARSET "ISO-8859-1";
.tit1 {
margin: 0 auto;
text-align: center;
font-family:Lucida Handwriting;
font-style:normal;
font-weight: 500;
font-size:55px;
color:grey;
color:#313131;
font-size:45px;
font-weight: bold;
-webkit-animation:colorchange 20s infinite alternate;
}
.log
{
position:absolute; top:10; right:0;
}
@-webkit-keyframes colorchange {
0% {
color: grey;
}
10% {
color: snow;
}
20% {
color: grey;
}
30% {
color: snow;
}
40% {
color: grey;
}
50% {
color: snow;
}
60% {
color: grey;
}
70% {
color: snow;
}
80% {
color: grey;
}
90% {
color: snow;
}
100% {
color: grey;
}
}
.container{
background-repeat: no-repeat;
background-position: center;
width: 900px;
height: 850px;
margin: 0 auto;
max-width: 1000px;
width: 90%;
}
.search
{
font-family:Lucida Handwriting;
font-style:normal;
background-color:white;
}
.detail
{
text-align:right;
font-family:verdana;
color:Grey;
}
.card
{
width: 160px;
height: 150px;
}