Skip to content

Commit a59546a

Browse files
spacing / size
1 parent 9ff2247 commit a59546a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/calculator.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,10 @@
3030
</header>
3131
<body class="calculator-body">
3232
<div class="mt-4 ms-5 content">
33-
<h1>Calculator</h1>
33+
<h1 style="size:30px;">Calculator</h1>
3434
<p>Discover the convenience of our online calculator that is not only free but also fast. This amazing tool supports a wide range of fundamental mathematical operations using simple JavaScript, enabling you to effortlessly perform calculations with utmost accuracy and efficiency. The operations are based on programming arithmetic.</p><br />
3535
<input id="input" rows="3" style="margin-left:4.85em;"/>&nbsp;<button id="calculate">&nbsp;Get result&nbsp;&nbsp;</button><br /><br />
36-
<div class="inputbox"><br /><b>Result:</b> <span id="result" class="ms-2"></span><br /><br /></div><br />
36+
<div class="inputbox"><br /><b>&nbsp;Result:</b>&nbsp; <span id="result" class="ms-2"></span><br /><br /></div><br />
3737
<p>You can perform different operations here through symbols, like + for addition, - for substraction, * for multiplication, ** for exponentiation, and % for modulo. However, if you need to work with mathematical constants, take a look at a conversion guide:</p><br />
3838
<ul>
3939
<li><b>pi</b>, the ratio of a circle's circumference to its diameter, is equal to 3.14159.</li>

0 commit comments

Comments
 (0)