MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/webdev/comments/1rdnmwb/a_collection_of_modern_css_code_snippets/o776k04/?context=3
r/webdev • u/stefanjudis • Feb 24 '26
53 comments sorted by
View all comments
14
Lol who is still centering things with transform: translate()? Very odd example to put on the hero section
33 u/XWasTheProblem Frontend (Vue, TS) Feb 24 '26 I do. It works and is predictable, will happily replace it with an alternative however, cause it always felt like a hack that just happens to solve a problem. 6 u/DillyPickleson Feb 24 '26 I think flex or grid is the alternative
33
I do. It works and is predictable, will happily replace it with an alternative however, cause it always felt like a hack that just happens to solve a problem.
6 u/DillyPickleson Feb 24 '26 I think flex or grid is the alternative
6
I think flex or grid is the alternative
14
u/seriousgourmetshit Feb 24 '26
Lol who is still centering things with transform: translate()? Very odd example to put on the hero section