Center a div with position absolute
Many times in CSS we complicate our lives with simple things. In this case we will see how to center an absolutely positioned div and the answer is very simple: We give the div a fixed width Example: 500px We position absolutely…
Read more