I'm trying to vertically center a text in a colorbox, but everything I've tried thus far has either gotten no results or pushed my footer onto the next page.
There aren't many answers available specifically for LaTeX, and the code that I've tried to translate from HTML and CSS has not worked.
%---------------------------------------%
% ARTIFICIAL FOOTER (fancy footer cannot exceed linewidth)
%---------------------------------------%
\samepage
\null
\vspace*{\fill}
\hspace{-0.20\linewidth}\colorbox{complcol}{\makebox[1.5\linewidth][c]
{\mystrut \large
\textcolor{white}{555.000.0000} $\cdot$ $\cdot$
\textcolor{white}{Nora -------} $\cdot$ $\cdot$
\textcolor{white}{@gmail.com}
\textcolor{complcol}{\Huge{LLL}}}}
I want the text to be in the center of the colorbox, and ideally for the colorbox to be larger height-wise as well (that's what the "LLL" at the end is for)
It's a little difficult to see, but the text is vertically aligned at the bottom of the box.