-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
61 lines (52 loc) · 1.04 KB
/
styles.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
h1{
color:blue;
}
#searchDiv,#minPriceDiv{
max-width:100%
}
#graph{
max-width: 50%;
margin:auto;
}
#title{
text-align: center;
}
#searchDiv, #minPriceDiv{
width:200%;
justify-content:center;
}
#search, #minPrice {
width:200%;
/* margin:auto; */
padding:12px 20px;
margin:8px 8px;
border: 1px solid red;
border-radius:10px;
display:block;
float:none;
text-align:center;
}
#mainBanner{
background:linear-gradient(to bottom, royalblue, white);
background-repeat:no-repeat;
background-size:auto;
/* margin:auto; */
margin: -8px -8px;
padding:40px;
display: flex;
align-items:center;
flex-direction: column;
justify-content: center;
}
#results{
background:linear-gradient(to top, royalblue, white);
background-repeat:no-repeat;
background-size:auto;
/* margin:auto; */
margin: -8px -8px;
padding:40px;
/* display: flex; */
align-items:center;
/* flex-direction: column; */
/* justify-content: center; */
}