SyntaxFix
Write A Post
Hire A Developer
Questions
Very useful thing have applied today in my project. One div had to be aligned right, with no floating applied.
Applying code made my goal achieved:
.div { margin-right: 0px; margin-left: auto; }