Skip to content

Commit

Permalink
Merge branch 'yash-work' of https://github.com/Yashgabani845/musicblocks
Browse files Browse the repository at this point in the history
 into yash-work
  • Loading branch information
Yashgabani845 committed Nov 11, 2024
2 parents 88fd12d + 93ab8a6 commit 672d30e
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -875,9 +875,18 @@
<li><a id="he"></a></li>
</ul>

<ul id="newdropdown" class="dropdown-content">
<li><a id="new-project"></a></li>
</ul>
<div id="modal-container" style=" display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0,0,0,0.5); justify-content: center; align-items: center; font-family: Arial, sans-serif;" >
<ul id="newdropdown" class="dropdown-content" style="padding: 24px;">
<div>
<h2 style="color: #0066FF; font-size: 24px;text-align: left; margin: 0;">New Project</h2>
</div>
<div id="confirmation-message" style="color: #666666; font-size: 16px; margin-bottom: 24px; text-align: left;">Are you sure you want to create a new project?</div>
<li style=" text-align: center; width:fit-content">
<a id="new-project" style="display: inline-block; background-color: #2196F3; color: white;text-decoration: none; border-radius: 4px; font-weight: bold;"></a>
</li>
</ul>
</div>


<script>
var elem = document.documentElement;
Expand Down

0 comments on commit 672d30e

Please sign in to comment.