Skip to content

Commit

Permalink
Update Oceans_DragandDrop.html
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTeacherDude authored Mar 14, 2024
1 parent 2c47a60 commit c83fd56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Oceans_DragandDrop.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
<!-- Replace 'Oceans.png' with the path to your map image -->
<!-- Define dropzones with approximate positions on the map -->
<div id="dropzoneAtlantic" class="dropzone" style="top: 210px; left: 300px;"></div>
<div id="dropzonePacific" class="dropzone" style="top: 250px; left: 840px;"></div>
<div id="dropzonePacific" class="dropzone" style="top: 260px; left: 825px;"></div>
<div id="dropzoneIndian" class="dropzone" style="top: 400px; left: 500px;"></div>
<div id="dropzoneArctic" class="dropzone" style="top: 50px; left: 500px;"></div>
<div id="dropzoneSouthern" class="dropzone" style="top: 50px; left: 500px;"></div>
Expand Down

0 comments on commit c83fd56

Please sign in to comment.