diff --git a/web-app/js/projects/binary-search.js b/web-app/js/projects/binary-search.js index 9a4ee02..18ea73f 100644 --- a/web-app/js/projects/binary-search.js +++ b/web-app/js/projects/binary-search.js @@ -5,11 +5,17 @@ function getBinarySearchHTML() {

Visualize how Binary Search finds a target in a sorted array step by step

- - - - -
+
+ + +
+
+ + +
+ + +
@@ -42,6 +48,20 @@ function getBinarySearchHTML() { gap: 12px; margin-bottom: 1.5rem; } + .input-group { + display: flex; + flex-direction: column; + align-items: flex-start; + gap: 4px; + } + + .input-label { + font-size: 11px; + text-transform: uppercase; + letter-spacing: 1px; + color: var(--text-secondary); + padding-left: 12px; + } #binaryArray { padding: 12px 20px;