mirror of
https://github.com/phuoc-ng/csslayout.git
synced 2025-10-27 11:41:43 +01:00
7 lines
251 B
Plaintext
7 lines
251 B
Plaintext
<div class="stepper-input">
|
|
<button class="stepper-input__button">-</button>
|
|
<div class="stepper-input__content">
|
|
<input type="text" class="stepper-input__input" />
|
|
</div>
|
|
<button class="stepper-input__button">+</button>
|
|
</div> |