Skip to content

Commit 79ab95b

Browse files
Update index.html
1 parent a800e37 commit 79ab95b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,11 @@
99
<body>
1010
<div id="app">
1111
<h1>Binary Search Tree Visualization</h1>
12-
<label for="inputNumbers">Enter numbers (comma-separated):</label>
13-
<input type="text" id="inputNumbers" placeholder="e.g., 5, 3, 7, 2, 4, 6, 8">
14-
<button onclick="buildTree()">Build Tree</button>
12+
<div class="input-container">
13+
<label for="inputNumbers">Enter numbers (comma-separated):</label>
14+
<input type="text" id="inputNumbers" placeholder="e.g., 5, 3, 7, 2, 4, 6, 8">
15+
<button onclick="buildTree()">Build Tree</button>
16+
</div>
1517
<div id="treeContainer"></div>
1618
</div>
1719
<script src="script.js"></script>

0 commit comments

Comments
 (0)