|
|
@ -6,19 +6,21 @@ |
|
|
|
<!-- <div class="map_area">Map area<div id="circle-1" onclick="scrolldiv()"> --> |
|
|
|
<div class="map_area">Map area |
|
|
|
<div class="row"> |
|
|
|
<div class="col-md-1 col-sm-4"> |
|
|
|
|
|
|
|
<svg id="first_circle"> |
|
|
|
<circle cx="50" cy="50" r="2rem" stroke="green" stroke-width="4" fill="yellow" /> |
|
|
|
<div class="col-md-2 mx-auto"> |
|
|
|
<div id="first_circle"> |
|
|
|
<svg viewBox="0 0 100 100"> |
|
|
|
<circle cx="50" cy="50" r="2rem" stroke="black" stroke-width="2" fill="gray" /> |
|
|
|
<text x="50" y="50" text-anchor="middle">hello </text> |
|
|
|
</svg> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="col-md-1 col-sm-4"> |
|
|
|
|
|
|
|
<svg id="second_circle"> |
|
|
|
<circle cx="50" cy="50" r='2rem' stroke="red" stroke-width="2" fill="gray" /> |
|
|
|
<div class="col-md-2 mx-auto"> |
|
|
|
<div id="second_circle"> |
|
|
|
<svg viewBox="0 0 100 100"> |
|
|
|
<circle cx="50" cy="50" r='2rem' stroke="black" stroke-width="2" fill="gray" /> |
|
|
|
<text x="50" y="50" text-anchor="middle">hello boys </text> |
|
|
|
</svg> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
|
|