\documentclass{article} \usepackage{na-tikzornament} % حزمتك الخاصة \begin{document} % --- زخرفة 1 --- \tikzpicture[remember picture, overlay] \natikzornament{1}{blue}{0.6 } \path[fill=blue!12,tile fill] (current page.north west) rectangle ([yshift=-4cm]current page.north east); \natikzornament{2}{red}{0.6 } \path[fill=red!12,tile fill] ([yshift=-4cm]current page.north west) rectangle ([yshift=-8cm]current page.north east); \natikzornament{7}{magenta}{0.6 } \path[fill=magenta!12,tile fill] ([yshift=-8cm]current page.north west) rectangle ([yshift=-12cm]current page.north east); \natikzornament{6}{magenta}{0.6 } \path[fill=magenta!12,tile fill] ([yshift=-12cm]current page.north west) rectangle ([yshift=-16cm]current page.north east); \natikzornament{11}{magenta}{0.6 } \path[fill=magenta!12,tile fill] ([yshift=-16cm]current page.north west) rectangle ([yshift=-20cm]current page.north east); \natikzornament{12}{lime}{0.6 } \path[fill=lime!12,tile fill] ([yshift=-20cm]current page.north west) rectangle ([yshift=-24cm]current page.north east); \endtikzpicture \end{document}