I solved the problem. I’d like to know though
" With a display
of block
the submit button sits flush against the left edge of its parent."
What is the parent in this problem?
I understand it like that:
the child element is the input with the type=“submit” and the parent element the form element?
</label>
<input type="submit" value="Submit" />
</form>
Just wanted to clarify my understanding of the question and its terminology.
Thanks in advance.