Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

latex overleaf code: documentclass [ a 4 paper, 1 0 pt ] { article } usepackage [ top = 0 . 5 in

latex overleaf code: \documentclass[a4paper,10pt]{article}
\usepackage[top=0.5in, bottom=0.5in, left=0.5in, right=0.5in]{geometry}
\usepackage{graphicx}
\usepackage{tcolorbox}
\usepackage{qrcode}
\usepackage{multicol}
\usepackage{tikz}
\usetikzlibrary{backgrounds}
% Custom colors
\definecolor{titlecolor}{RGB}{173,216,230}
% Define a new tcolorbox environment with a background image
\tcbuselibrary{listings}
\tcbuselibrary{skins}
\tcbset{
mybox/.style={
enhanced,
colback=white, % Background color of the box content
colframe=titlecolor, % Frame color
width=\linewidth,
boxrule=1mm,
title={\centering \textbf{Title}},
overlay={
\begin{tikzpicture}[remember picture,overlay]
% Background image
ode[anchor=south west,inner sep=0pt,outer sep=0pt,opacity=0.3](background) at (current page.south west){
\includegraphics[width=\paperwidth,height=\paperheight]{background.jpg}
};
% Text overlay
ode[align=center] at (current page.center){
\textbf{\Huge Text on Image}\\
\Large Another Text
};
\end{tikzpicture}
},
}
}
\begin{document}
\setlength{\columnsep}{0.5in}
\begin{multicols}{2}
% Box 1
\begin{minipage}{\linewidth}
\begin{tcolorbox}[mybox]
\begin{center}
\textbf{
ormalsize Title}
\end{center}
\vspace{0.5cm}
\begin{tcolorbox}[colback=white, colframe=white, width=\linewidth, boxrule=0mm]
\begin{tabular}{@{}p{0.6\textwidth} p{0.4\textwidth}@{}}
\textbf{\Huge{\textcolor{black}{ahahah}}}\\
\textbf{\large{\textcolor{black}{hahahhaha}}} &
\begin{minipage}[t]{\linewidth}
\raggedleft
\qrcode[height=2cm]{ahana.html}
\end{minipage}
\end{tabular}
\vspace{0.5cm}
\begin{center}
% No additional image here; it's all handled by the background image
\end{center}
\end{tcolorbox}
\end{tcolorbox}
\vspace{1cm}% Adjust the vertical space between boxes
\end{minipage}\hfill
\end{multicols}
\end{document}MAKE THS EXTERHAL BOXES IN CODE. EXTERHAC
BOX SCHOULD HAVE ABLITY TO AOD IMAGE BACGROUM
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Data Mining Concepts And Techniques

Authors: Jiawei Han, Micheline Kamber, Jian Pei

3rd Edition

0123814790, 9780123814791

More Books

Students also viewed these Databases questions