I am trying to prove that:
If $A \subset B$ and $B \subset C$, then $ A \cup B \subset C$
My proof is : Given some $x \in A \cup B$, it is true that either $x \in A$ and/or $x \in B$. IN the case that $x \in A$ it is true that $x \in B$, as $A \subset B$, and that $x \in C$ , as $B \subset C$. In the case that $x \in B$ it is true that $x \in C$, as $B \subset C$. Therefore, $A\cup B \subset C$
Is this correct?. Any tips to improve this would be appreciated as I am self taught and new to proof writing.

Just to answer : yes, the approach is correct.
You could also prove that $A∪B=B$, and then the fact follows from $B=A∪B\subset C$.
For example, if $x \in B$ is true, then of course $x$ is in $A$ or $x$ is in $B$ is true, so $B \subset A \cup B$. If $x \in A$, then $x \in B$ because $A \subset B$, and if $x \in B$, then of course $x \in B$, so $A \cup B \subset B$, hence $A \cup B = B$.