15 lines
269 B
TeX
15 lines
269 B
TeX
|
\documentclass[12pt]{article}
|
||
|
\usepackage{graphicx}
|
||
|
\usepackage[usenames,dvipsnames,svgnames,table]{xcolor}
|
||
|
|
||
|
\begin{document}
|
||
|
|
||
|
\rotatebox{45}{
|
||
|
\Huge \textcolor{lightgray}{Send to <email>}
|
||
|
}
|
||
|
|
||
|
\rotatebox{45}{
|
||
|
\Huge \textcolor{lightgray}{Send to <email>}
|
||
|
}
|
||
|
\end{document}
|