I've been working on building this Thermometer Converter project in HTML/CSS/JS
I applied some CSS to my input but for some reason it isn't applying.
The fields should be stretched to fit the width & height of the div of 33.33vh that I already set
Here's the fiddle https://jsfiddle.net/Lnkjuwbe/
input [type=number] {
width: 100%;
height: 100%;
background: black;
color: white;
font-family: Poppins, sans-serif;
font-size: 10em;
text-align: center;
border: 0;
padding: 100%;
}