Removed placeholder text, updated CSS to keep content box size.

This commit is contained in:
2026-06-02 18:31:07 +01:00
parent 956d13a00f
commit 832b700e06
2 changed files with 1 additions and 2 deletions

View File

@ -11,8 +11,6 @@
<h3>A simple locally hosted web interface for WHSPAH.</h3>
</div>
<div class="contentBox">
<p>Just pretend there's a bunch of buttons and sliders here. I'm just kind of yapping to test the CSS. Wow look at that slider and those buttons. So cool.</p>
<h2>transmitterID (0-65535)</h2>
<input type="number" id="transmitterIDInput">
<h2>Channel Input (1-3)</h2>

View File

@ -28,6 +28,7 @@ body {
padding: 1%;
border-radius: 25px;
max-width: 80%;
min-width: 30%;
}
.sliderInput{