forked from happyhyep/project_search_for_apart_transactions
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
97 lines (81 loc) · 1.27 KB
/
style.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
a {
text-decoration: none;
}
.title_section h1 {
text-align: center;
}
.실거래가확인 {
text-align: center;
}
.title_section p {
text-align: center;
}
.center {
text-align: center;
}
.right {
text-align: right;
}
.end {
text-align: end;
}
#select화면 h1{
clear: both;
width: 100%;
height: 80px;
line-height: 80px;
background-color: #ededed;
font-size: 30px;
}
body{
background-color: rgb(255, 255, 255);
}
div#bottom_center{
/*display: flex;*/
height: 70vh;
justify-content: center;
align-items: center;
padding: -50%;
margin: 0 auto;
}
.no_dot_list{
list-style: none;
padding-left: 0px;
}
body{
overflow:hidden;
height: 100%;
}
footer {
clear: both;
width: 100%;
height: 130px;
bottom: 0px;
position: absolute;
background-color: #f9f9f9;
}
#footer .footer_title{
float:left;
width: 30%;
}
#footer .copyright{
float:left;
width: 50%;
}
#footer .copyright p {
font-size: 15px;
color: #999;
padding: -40px 0 0 40px;
padding-left: 60px;
}
#footer .contact{
float:right;
width: 30%;
}
#footer .contact p {
font-size: 15px;
color: #999;
padding: -40px 0 0 0;
text-align: right;
padding-right: 100px;
}