-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
157 lines (131 loc) · 2.93 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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
/* Define your styles here */
#map {
width: 100%;
height: 400px;
margin: 0 auto;
}
/* Reset some default styles for consistency */
/* body, h1, h2, h3, p, ul, li {
margin: 0;
padding: 0;
} */
/* Style the body and set a background color */
/* body {
font-family: Arial, Helvetica, sans-serif, sans-serif;
background-color: #f5f5f5;
} */
/* header {
background-color: #333;
color: #fff;
padding: 20px;
text-align: center;
} */
/* Style the navigation menu */
/* nav {
background-color: #333;
text-align: center;
padding: 10px;
} */
/* Style the navigation menu items */
/* nav ul {
list-style: none;
} */
/* nav li {
display: inline;
margin: 0 20px;
} */
/* nav a {
color: #fff;
text-decoration: none;
font-weight: bold;
transition: color 0.3s;
} */
/* nav a:hover {
color: #f5a623; /* Change the color on hover */
/* } */
/* Style a call-to-action button
.button {
display: inline-block;
padding: 10px 20px;
background-color: #f5a623;
color: #fff;
text-decoration: none;
font-weight: bold;
border-radius: 5px;
transition: background-color 0.3s;
}
.button:hover {
background-color: #e59500; /* Change the background color on hover */
/* Style the data visualization section */
/* #data-visualization {
background-color: #fff; /* Example background color */
/* padding: 20px;
margin: 10px 0;
border: 1px solid #ddd;
border-radius: 5px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); Example box shadow */ */
/* Style the user engagement section */
/* #user-engagement {
background-color: #f5a623; /* Example background color */
/* color: #fff;
padding: 20px;
margin: 10px 0;
border-radius: 5px;
text-align: center; */
/* this is part 2 */
.head-text {
display: flex;
max-width: 100%;
align-items: center;
justify-content: center;
text-align: center;
}
.head-text img{
padding-top: 20px;
display: block;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.map-container {
padding: 20px;
display: flex;
flex-direction: column;
align-content: center;
}
.map_but {
width: 200px;
background-color: #007BFF;
color: #fff;
border: none;
padding: 10px 20px;
cursor: pointer;
border-radius: 5px;
margin: 15px 5px;
}
.map_but:hover {
background-color: #0056b3;
}
.mapouter {
margin-top: 20px;
}
.gmap_canvas
{
text-align: center;
display: flex;
justify-content: center;
flex: 1f;
border-radius: 10px;
overflow: hidden;
}
/* @font-face {
font-family: 'HeadingFont';
src: url('/home/achal/Desktop/Maphashers/head-font/roosterpersonaluse-3z8d8-webfont.woff2') format('woff2'),
url('/home/achal/Desktop/Maphashers/head-font/roosterpersonaluse-3z8d8-webfont.woff') format('woff');
font-weight: normal;
font-style: normal;
}
head
{
font-family: 'HeadingFont', sans-serif;
} */