\begin{document}
Anforderungsdokument\\
676421\\
\begin{center}
\begin{tabular}{ |c|c|c|c|c }
\hline
Klassifikation & Priorität & Kategorie & Komplexität & Beschreibung\\ \hline
funktionial & 10 & GUI & 2 & Erstellung von Benutzeroberfläche \\
nicht-funktional & 10 & Testing & 1 & Bestehen von Testcases \\
\hline
\end{tabular}
\end{center}
\begin{tcolorbox}
\begin{tcolorbox}
blablabla\\
\end{tcolorbox}
\begin{align}
StoryCard
\end{align}
\end{tcolorbox}
Hoaray
\end{document}
Now I came to the point to position them. How do I position and size things with tcolorbox?
I want to create Story Cards
Thanks for any help!
Solved : in case someone needs that in the future. Tell us how much bitcoin is worth haha
\begin{tcolorbox}[width=450pt, height=250pt]
\begin{picture}(0,0)
\put(380,-40){
\begin{tcolorbox}[width=50pt, height=50pt]
Story Point
\end{tcolorbox}}
\put(-20,-40){
\begin{tcolorbox}[width=50pt, height=50pt]
Prio
\end{tcolorbox}}
\put(110,-40){
\begin{tcolorbox}[width=200pt, height=50pt]
Name der Story
\end{tcolorbox}}
\put(-20,-240){
\begin{tcolorbox}[width=50pt, height=50pt]
Risiko
\end{tcolorbox}}
\put(380,-240){
\begin{tcolorbox}[width=50pt, height=50pt]
Story Points
\end{tcolorbox}}
\put(160,-240){
Bottom Mid}
\end{picture}

flashcardsclass might interest you. There are some examples here and there in this site. Using the tag flashcards you will see also another approaches to make cards. – Fran Apr 12 '20 at 03:56