I have a submit button:
<input class="my-class" type="submit" value="Submit">
when I put in my css:
.my-class{
margin-left:auto;
}
it stays on the left side, I don't know why, because everything else works like:
margin-left:1rem;
margin-left:300px;
margin-left:30%;
I'm completely confused!