I need to put some text at the same height in my page, and I'm trying to do it with a minipage, but I'm not able to do it since they get centre-aligned.

This is the LaTeX for the figure I've uploaded:
\begin{minipage}[]{0.5\textwidth}
\begin{flushleft}
{\large \textit{Author}:\vspace*{0.5cm} \\
Me}
\end{flushleft}
\end{minipage}%
%
\begin{minipage}[]{0.5\textwidth}
\begin{flushright}
{\large \textit{Supervisor}:\vspace*{0.5cm} \\
Him}\\
\vspace*{0.5cm}
{\large \textit{Advisor}:\vspace*{0.5cm} \\
Other Guy}
\end{flushright}
\end{minipage}%
Can you please explain me what I'm doing wrong?


\largealways include a paragraph end (\paror blank line) before the}that closes the scope, I know the ones here are just copied from the MWE:-) In this case you could more simply not have the{ }and just let the\largeend naturally at the end of theflushrightenvironment. – David Carlisle Nov 08 '12 at 19:16:-)I blindly copied and looked only at[t]. You are right. Thank you.:-)– Nov 08 '12 at 22:21[t]position indicator for each minipage, and then to specify\vspace{0pt}at the top of each minipage. Then the resulting minipages are all aligned at the top of each other. I found this solution here: https://latex.org/forum/viewtopic.php?t=1059 – jdods Mar 04 '19 at 04:10\mbox{}\\– user4624500 Sep 13 '22 at 12:21