Consider $\lim\limits_{x \to +\infty} \frac{f(x+1)}{f(x)}$
Intuitively, it seems to me that this limit should equal to 1 because "infinity" and "infinity+1" is essentially the same thing.
However, I'm not sure if this is completely correct.
Secondly, if it is correct, I have no idea how to show this using the limit laws I have learned (or even where to begin since I don't know that either limit exists seperately so I can't just seperate them)
Even under the assumption that $\lim_{x\to\infty} f(x) = \infty$ (implicit in your question), we cannot say much.
The limit can be $1$: take $f(x) = x$: $$\lim_{x\to\infty} \frac{x+1}{x} = 1$$
The limit can be any positive number $a>1$: take $f(x) = a^x$: $$\lim_{x\to\infty} \frac{a^{x+1}}{a^x} = a$$
The limit can be $\infty$: take $f(x) = e^{e^x}$: $$\lim_{x\to\infty} \frac{e^{e^{x+1}}}{e^{e^x}} = \infty$$
The limit can fail to exist: take $f(x) = \begin{cases} x &\text{ if } x\in 2\mathbb{N}\\2x &\text{ if } x\in 2\mathbb{N}+1\\ x &\text{otherwise.}\\\end{cases}$: then$$\lim_{n\to\infty }\frac{f(2n+1)}{f(2n)} = 2,\qquad \lim_{n\to\infty }\frac{f(n\pi+1)}{f(n\pi)} = 1$$
(to have the same "limit of the ratio fails to exist" behavior for a continuous function $f$, one can also consider $f(x) = x(2+\cos x)$: $\liminf_{x\to\infty} \frac{f(x+1)}{f(x)} = \frac{1}{2}$, $\limsup_{x\to\infty} \frac{f(x+1)}{f(x)} \simeq 1.73 > 1$, and indeed $\lim_{x\to\infty} f(x) = \infty$.)
Note: the ratio can have a limit $1\leq \ell\leq +\infty$, or no limit; in the latter case, it can even have a $\liminf$ equal to $0$. However, it cannot have a limit $\ell < 1$, as otherwise the function $f$ must be decreasing for $x$ big enough and then cannot satisfy $\lim_{\infty} f = \infty$.