Skip to content

Commit 8794abc

Browse files
committed
Merge branch 'testing' of https://github.com/AWMC/spanishbishoprics into testing
2 parents 204593d + 6452e11 commit 8794abc

File tree

2 files changed

+39
-1
lines changed

2 files changed

+39
-1
lines changed

index.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,35 @@
2929
#map{height:900px;}
3030
</style>
3131
<script src="script.js"></script>
32+
<div class="select-container">
33+
<label for="council-select">Select Council:</label>
34+
<select id="council-select">
35+
<option value="Elvira_306">Elvira 306</option>
36+
<option value="Zaragoza_380">Zaragoza 380</option>
37+
<option value="Toledo_400">Toledo 400</option>
38+
<style>
39+
.select-container {
40+
position: absolute;
41+
bottom: 10px;
42+
left: 10px;
43+
background: white;
44+
padding: 10px;
45+
border: 1px solid black;
46+
border-radius: 5px;
47+
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
48+
}
49+
50+
.select-container label {
51+
margin-right: 5px;
52+
}
53+
54+
.select-container select {
55+
padding: 5px;
56+
}
57+
</style>
58+
59+
</select>
60+
</div>
3261
</body>
3362
</html>
3463

stylesheet.css

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
.custom-diamond-icon {
22
background: none;
33
border: none;
4-
}
4+
}
5+
6+
.select-container {
7+
background-color: white;
8+
padding: 10px;
9+
border: 1px solid #ccc;
10+
border-radius: 4px;
11+
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
12+
display: inline-block;
13+
}

0 commit comments

Comments
 (0)