© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Eivar Morales
Frontend Web Developer (in Training) JS+ReactJS+SASS
Try playing with this .center-center{ Position: absolute; Left: 50%; Transform: translateX(-50%); }
You can put any element at the center or right or bottom or whatever with this code just change the values
LineCommander ,inc
designing a better web, for a better future.
Thanks! i'll give it a try!
Values that can change are the left property (bottom, top, right) The translateX (just translate if you wanna move by both xy)
Center center in a screen would be top at 50% left at 50% and translate (-50%, -50%)
Good luck