SyntaxFix
Write A Post
Hire A Developer
Questions
To align some elements (headerElement) in the center and the last element to the right (headerEnd).
.headerElement { margin-right: 5%; margin-left: 5%; } .headerEnd{ margin-left: auto; }