+ 2
How to display svg element in center of web page?
If I want some shape on web page at center like line, square, rectangle, triangles?
2 Answers
+ 6
Add
 display: block
 to it and thenÂ
margin: autoÂ
will work as expected.
+ 4
CSS Pro Tips: Centering Elements by Domino
https://www.sololearn.com/post/37760/?ref=app