Use CSS offsets to move the `h2` 15 pixels to the right and 10 pixels up

Here is my challenge : Use CSS offsets to move the h2 15 pixels to the right and 10 pixels up.
I got these errors :

Your code should use a CSS offset to relatively position the h2 10px upwards. In other words, move it 10px away from the bottom of where it normally sits.

Your code should use a CSS offset to relatively position the h2 15px towards the right. In other words, move it 15px away from the left of where it normally sits.

please help me to fix the errors

1 Like

Link to challenge and post your code too please. =)

1 Like