How can you center an element vertically using CSS?
I'm trying to center an element vertically within its parent container using CSS but am unsure of the best approach. I've seen methods like flexbox, grid, or absolute positioning, but I'm not clear on how to implement them or which works best. Can someone guide me?