I am creating a drop down menu, that will be next to a box with a placeholder within it. I would like both of the text within the boxes to appear the same. I would like to know, how do I find out the default properties from the text box, so that I may use those properties in my drop down menu?
<input type="text" placeholder="Gray Default">
<select>
<option>Black Default
</option>
</select>
I want the style of both boxes to appear the same. I just don't know how to find the exact default settings