fix: remove image from challenge (#43303)

This commit is contained in:
chandan270
2021-08-26 01:32:09 +05:30
committed by GitHub
parent ab3e12935d
commit 96bed09af6

View File

@ -11,8 +11,6 @@ dashedName: move-a-relatively-positioned-element-with-css-offsets
The CSS offsets of `top` or `bottom`, and `left` or `right` tell the browser how far to offset an item relative to where it would sit in the normal flow of the document. You're offsetting an element away from a given spot, which moves the element away from the referenced side (effectively, the opposite direction). As you saw in the last challenge, using the `top` offset moved the `h2` downwards. Likewise, using a `left` offset moves an item to the right.
<img src='https://cdn-media-1.freecodecamp.org/imgr/eWWi3gZ.gif' alt=''>
# --instructions--
Use CSS offsets to move the `h2` 15 pixels to the right and 10 pixels up.