Answers for "how to make something centered when position is fixed css"

CSS
1

how to center a position fixed element horizontally

left: 50%;
margin-left: -400px; /* Half of the width */
Posted by: Guest on April-12-2020

Code answers related to "how to make something centered when position is fixed css"

Browse Popular Code Answers by Language