Skip to content

Commit 0ce65de

Browse files
authored
Update index.html
1 parent 9f314ef commit 0ce65de

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

index.html

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ <h3 style="margin:7px" itemprop="name">Area of a Triangle</h3>
16081608
</div>
16091609
</div>
16101610
<br><br>
1611-
<div>
1611+
<div style="margin:12px">
16121612
<label for="side1">Side 1:</label>
16131613
<input id="side1" type="number" value="1" step="any">
16141614
<br>
@@ -1763,7 +1763,7 @@ <h3 itemprop="name" style="margin:7px">Area of a regular Polygon</h3>
17631763
</math>
17641764
</div>
17651765
<br><br>
1766-
<div>
1766+
<div style="margin:12px">
17671767
<label for="side-number">Number of sides:</label>
17681768
<input id="side-number" type="number" value="5" step="1">
17691769
<br>
@@ -2393,7 +2393,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Circle</h3>
23932393
</math>
23942394
</div>
23952395
<br><br>
2396-
<div>
2396+
<div style="margin:12px">
23972397
<label for="circle-radius-a">Radius:</label>
23982398
<input id="circle-radius-a" type="number" value="1" step="any">
23992399
<br><br>
@@ -2926,7 +2926,7 @@ <h4>The true Ratio: 3.2</h4>
29262926
</math>
29272927
</div>
29282928
<br><br>
2929-
<div>
2929+
<div style="margin:12px">
29302930
<label for="circle-radius-c">Radius:</label>
29312931
<input id="circle-radius-c" type="number" value="1" step="any">
29322932
<br><br>
@@ -3047,7 +3047,7 @@ <h3 itemprop="name" style="margin:7px">Area of a Circle Segment</h3>
30473047
</math>
30483048
</div>
30493049
<br><br>
3050-
<div>
3050+
<div style="margin:12px">
30513051
<label for="segment-height">Segment Height:</label>
30523052
<input id="segment-height" type="number" step="any">
30533053
<br>
@@ -3205,7 +3205,7 @@ <h3 itemprop="name" style="margin:7px">Surface Area of a Cone</h3>
32053205
</math>
32063206
</div>
32073207
<br><br>
3208-
<div>
3208+
<div style="margin:12px">
32093209
<label for="cone-radius-s">Radius:</label>
32103210
<input id="cone-radius-s" type="number" value="1" step="any">
32113211
<br>
@@ -3312,7 +3312,7 @@ <h3 itemprop="name" style="margin:7px">Volume of a Sphere</h3>
33123312
</math>
33133313
</div>
33143314
<br><br>
3315-
<div>
3315+
<div style="margin:12px">
33163316
<label for="sphere-radius">Radius:</label>
33173317
<input id="sphere-radius" type="number" value="1" step="any">
33183318
<br><br>
@@ -3411,7 +3411,7 @@ <h3 itemprop="name" style="margin:7px">Volume of a Spherical Cap</h3>
34113411
</math>
34123412
</div>
34133413
<br><br>
3414-
<div>
3414+
<div style="margin:12px">
34153415
<label for="cap-radius">Radius:</label>
34163416
<input id="cap-radius" type="number" value="1" step="any">
34173417
<br>
@@ -3805,7 +3805,7 @@ <h4 itemprop="description">The volume of a cone can be calculated by algebraical
38053805
</math>
38063806
</div>
38073807
<br><br>
3808-
<div>
3808+
<div style="margin:12px">
38093809
<label for="cone-radius-v">Radius:</label>
38103810
<input id="cone-radius-v" type="number" value="1" step="any">
38113811
<br>
@@ -3963,7 +3963,7 @@ <h4 itemprop="description">Subtracting the missing tip from a theoretical full c
39633963
</math>
39643964
</div>
39653965
<br><br>
3966-
<div>
3966+
<div style="margin:12px">
39673967
<label for="frustum-cone-base-radius">Base radius:</label>
39683968
<input id="frustum-cone-base-radius" type="number" value="2" step="any">
39693969
<br>
@@ -4142,7 +4142,7 @@ <h4 itemprop="description" style="margin:12px">The volume of a pyramid can be ca
41424142
</math>
41434143
</div>
41444144
<br><br>
4145-
<div>
4145+
<div style="margin:12px">
41464146
<label for="pyramid-side-number">Number of sides:</label>
41474147
<input id="pyramid-side-number" type="number" value="4" step="1">
41484148
<br>
@@ -4261,7 +4261,7 @@ <h3 itemprop="name" style="margin:12px">Volume of a horizontal Frustum Pyramid</
42614261
</math>
42624262
</div>
42634263
<br><br>
4264-
<div>
4264+
<div style="margin:12px">
42654265
<label for="frustum-pyramid-side-number">Number of sides:</label>
42664266
<input id="frustum-pyramid-side-number" type="number" value="4" step="1">
42674267
<br>
@@ -4703,7 +4703,7 @@ <h3 itemprop="name" style="margin:7px">Volume of a Tetrahedron</h3>
47034703
</math>
47044704
</div>
47054705
<br><br>
4706-
<div>
4706+
<div style="margin:12px">
47074707
<label for="tetrahedron-edge">Edge:</label>
47084708
<input id="tetrahedron-edge" type="number" value="1" step="any">
47094709
<br><br>

0 commit comments

Comments
 (0)