Skip to content

Commit

Permalink
spacing / size
Browse files Browse the repository at this point in the history
  • Loading branch information
psebastiani2021 authored Mar 15, 2024
1 parent 9ff2247 commit a59546a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/calculator.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
</header>
<body class="calculator-body">
<div class="mt-4 ms-5 content">
<h1>Calculator</h1>
<h1 style="size:30px;">Calculator</h1>
<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 />
<input id="input" rows="3" style="margin-left:4.85em;"/>&nbsp;<button id="calculate">&nbsp;Get result&nbsp;&nbsp;</button><br /><br />
<div class="inputbox"><br /><b>Result:</b> <span id="result" class="ms-2"></span><br /><br /></div><br />
<div class="inputbox"><br /><b>&nbsp;Result:</b>&nbsp; <span id="result" class="ms-2"></span><br /><br /></div><br />
<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 />
<ul>
<li><b>pi</b>, the ratio of a circle's circumference to its diameter, is equal to 3.14159.</li>
Expand Down

0 comments on commit a59546a

Please sign in to comment.