Removed placeholder text, updated CSS to keep content box size.
This commit is contained in:
@ -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>
|
||||
|
||||
@ -28,6 +28,7 @@ body {
|
||||
padding: 1%;
|
||||
border-radius: 25px;
|
||||
max-width: 80%;
|
||||
min-width: 30%;
|
||||
}
|
||||
|
||||
.sliderInput{
|
||||
|
||||
Reference in New Issue
Block a user