-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.css
80 lines (69 loc) · 1.08 KB
/
search.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
#container{
background-color:white;
width:75%;
margin-left:15%;
margin-top: 2%;
border:1px solid #DAD9D1;
}
#image{
display:flex;
}
#title{
margin-bottom:0;
line-height: 0;
}
img{
max-width:150px;
height:auto;
}
#button{
background-color:#0099cc;
color:white;
border-radius: 3px;
border:.5px solid black;
width: 100;
margin-top: 3em;
margin-right:1em;
height: 50px;
margin-left:1em;
}
.none{
margin-left:50px;
}
#price{
width:100%;
display: inline-block;
font-weight: bold;
margin-right:2.5%;
font-size:18px;
}
hr{
width:95%;
}
#info{
width:100%;
padding-left:25%;
display:flex;
flex-direction: column;
justify-content: center;
}
#inner-search{
display:flex;
margin-left:5%;
}
#headerbar{
background-color:#0099cc;
color:white;
width:100%;
height:100px;
text-align: left;
}
#headerTitle{
margin-top:0;
margin-bottom:0;
padding-top: 30px;
padding-left: 50px;
}
#title > a{
color: #0099cc;
}