Skip to content

Commit fa7c02b

Browse files
authored
Update index.html
added the class in multiply sign to make i taccesible in use.js
1 parent b608b77 commit fa7c02b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Calculator/sushil-2803/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="operators">
1515
<div>+</div>
1616
<div>-</div>
17-
<div>&times;</div>
17+
<div class="multiply_sign">&times;</div>
1818
<div>&divide;</div>
1919
</div>
2020
<div class="leftPanel">
@@ -44,4 +44,4 @@
4444
</div>
4545
<script src="use.js"></script>
4646
</body>
47-
</html>
47+
</html>

0 commit comments

Comments
 (0)