993
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 14: | Linha 14: | ||
<input placeholder=" " type="checkbox" name="specialBoost" id="specialBoostCheckbox"> | <input placeholder=" " type="checkbox" name="specialBoost" id="specialBoostCheckbox"> | ||
<label for="specialBoostCheckbox">Você irá usar metal, crystal ou ancient stone ?</label> | <label for="specialBoostCheckbox">Você irá usar metal, crystal ou ancient stone ?</label> | ||
</div> | |||
<div class="boostTo-container"> | |||
<div class="input-group"> | |||
<input placeholder=" " name="startBoost" id="startBoost" required class="boostCalc__input" min="0" max="49" | |||
type="number"> | |||
<label class="boostCalc__label" for="startBoost">Digite o boost atual</label> | |||
</div> | |||
<div> | |||
<img src="http://51.161.108.38/images/a/a0/Seta-Calculadora.png" alt="Seta"> | |||
</div> | |||
<div class="input-group"> | |||
<input placeholder=" " name="endBoost" id="endBoost" required class="boostCalc__input" min="1" max="50" | |||
type="number"> | |||
<label class="boostCalc__label" for="endBoost">Digite o boost desejado</label> | |||
</div> | |||
</div> | </div> | ||
Linha 24: | Linha 42: | ||
<input placeholder=" " name="stonePrice" id="stonePrice" class="boostCalc__input" type="number"> | <input placeholder=" " name="stonePrice" id="stonePrice" class="boostCalc__input" type="number"> | ||
<label class="boostCalc__label" for="stonePrice">Digite o preço da Boost stone (Opcional)</label> | <label class="boostCalc__label" for="stonePrice">Digite o preço da Boost stone (Opcional)</label> | ||
</div> | </div> | ||