diff --git a/visualizer/style.css b/visualizer/style.css index f292094..e74de34 100644 --- a/visualizer/style.css +++ b/visualizer/style.css @@ -33,4 +33,30 @@ button { width: 800px; height: 600px; border: 1px solid #ccc; -} \ No newline at end of file +} + +body { + margin: 0; + padding: 0; +} + +canvas { + width: 100%; + height: 100% +} + +#controls { + position: absolute; + top: 10px; + left: 10px; + z-index: 10; + background-color: rgba(0, 0, 0, 0.7); + padding: 20px; + color: white; + font-family: Arial, sans-serif; +} + +input { + margin-bottom: 10px; + width: 100px; +}