-
Notifications
You must be signed in to change notification settings - Fork 1
/
style.css
92 lines (76 loc) · 1.31 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
html {
scroll-behavior: smooth;
background-image: url("Assets/wood\ bkg.jpg");
background-repeat: repeat;
}
header {
text-align: center;
background-color: #FFCC00;
}
form {
text-align: center;
}
#inputDiv {
text-align: center;
}
#mapDiv {
height: 400px;
width: 100%;
}
#inputButton {
font-family: 'Ubuntu', sans-serif;
background-color: #ffab00;
}
h1, h3, p {
font-family: 'Ubuntu', sans-serif;
}
footer {
width: 100%;
}
.index-footer {
position: fixed;
}
.main-footer {
padding: 7px ;
left: 0;
bottom: 0;
text-align: center;
background-color: orange;
width: 100%;
}
#centerdiv {
display: none;
}
.breweryBtn {
font-family: 'Ubuntu', sans-serif;
font-size: 12px;
border-radius: 4px;
width: 100%;
display: block;
}
#clickMeImage {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 25px;
border: none;
height: 550px;
width: 525px;
}
#clickMeDiv {
display: block;
margin-left: auto;
margin-right: auto;
border-radius: 25px;
border: none;
}
#navigationBar {
background-color: #FFCC00;
}
.navbarCounter {
list-style-type: none;
}
#futureBreweryList, #checkedInBreweryList, #favoritedBreweryList {
font-size: 12px;
vertical-align: middle;
}