My interface consists of 3 dropdowns and a submit button, each with a label. Initially, I struggled to align the button with the dropdowns themselves (not the labels), so I resorted to adding a placeholder label and matching its color with the background.
However, I am now wondering if there is a more elegant solution to achieve this alignment?
Here is the current layout without the placeholder label (best viewed in full page):
[code snippet here]
And here is the desired layout with the placeholder label:
.placeholder_label {
color: white;
}
[code snippet here]