Wie man ein Blockelement in CSS richtig ausrichtet

element-to-right-align {
	display: block;
  	margin-left: auto;
}
Wissam