<select class="Select-input">
<option value="one">One</option>
<option value="two">Two</option>
<option value="three">Three</option>
<option value="four">Four</option>
</select>
I want to hide only value four from the above code.
I tried using {display:none} for value-four but it didn't work.
Also want to add padding between this elements one, two, three and four.
P.S. I want to remove it using CSS only.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…