HTML: Center element horizontally

Since there is no single element that allows horizontal centering elements (or maybe there is some deprecated one), I post my solution to it. It is made using CSS, where the style class looks as follows: .centered { width: 200px auto; display: block; margin-left: auto; margin-right: auto; } To center an image on HTML page … Continue reading HTML: Center element horizontally