netget
Version:
Rette Adepto/ Recibido Directamente.
48 lines (43 loc) • 1.04 kB
HTML
<html>
<head>
<style>
/* Styles for the labels */
.labels {
display: flex;
justify-content: space-between;
}
.input-label, .output-label {
color: #fff;
font-size: 0.8em;
}
/* Additional styles for responsiveness and aesthetics */
</style>
</head>
<body>
<div class="pedal">
<div class="displayPort">
<!-- increase Port Number button-->
<div class="PortOption">
<button>+</button>
</div>
<div class="display">
99
</div>
<!-- decrease Port Number button-->
<div class="PortOption">
<button>-</button>
</div>
</div>
<div class="knobs">
<div class="knob"><button>Restart</button></div>
</div>
<div class="switch">
<button class="foot-switch"></button>
</div>
<div class="labels">
<div class="input-label">Input</div>
<div class="output-label">Output</div>
</div>
</div>
</body>
</html>