Skip to content

Commit

Permalink
Add square root and cube root
Browse files Browse the repository at this point in the history
  • Loading branch information
pauld0051 committed Dec 31, 2023
1 parent 974ed33 commit 6809209
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions symbols_mathematical.html
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,21 @@ <h3>Mathematical Symbols</h3>
<label>1/10</label>
</div>
</section>
<section class="symbols-grid">
<!-- Square Root symbol -->
<div class="symbol-container">
<button class="symbol-btn" data-symbol=""></button>
<div class="copied-overlay">Copied!</div>
<label>Square Root</label>
</div>

<!-- Cube Root symbol -->
<div class="symbol-container">
<button class="symbol-btn" data-symbol=""></button>
<div class="copied-overlay">Copied!</div>
<label>Cube Root</label>
</div>
</section>
</main>

<footer id="globalFooter"></footer>
Expand Down

0 comments on commit 6809209

Please sign in to comment.