forked from scrazyderyl/RestroomRadar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.css
51 lines (44 loc) · 844 Bytes
/
index.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
#map {
height: 500px;
width: 800px;
}
.entire-page {
display: flex;
flex-direction: column;
}
body {
margin: 0;
}
p, h1, h2, h3 {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
.navbar {
display: flex;
background-color: royalblue;
height: 60px;
color: #f0f0f0;
}
.title {
font-size: 32px;
}
.grabLocation {
display:inline-block;
padding:0.7em 1.4em;
margin:0 0.3em 0.3em 0;
border-radius:0.15em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif;
text-transform:uppercase;
font-weight:400;
color:#FFFFFF;
background-color:#3369ff;
box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
text-align:center;
position:relative;
}
.grabLocation:hover{
color:#000000;
background-color:#FFFFFF;
}