Challenge: Apply Relative Positioning
メニューを表示するにはスワイプしてください
Note
Each challenge in this course includes a code sample consisting of
index.htmlandindex.cssfiles. As the course focuses on learning CSS, it is recommended to address the challenges in theindex.cssfile. Once a challenge is completed, click the "Run Code" button to view the live page and ensure the challenge was solved correctly.Moreover, each challenge provides "Hint" and "Solution" buttons. Clicking the "Hint" button will display hints relevant to the current task, while the "Solution" button will reveal the code sample with the correct application of CSS.
Task
- Add
relativepositioning to the second element with theitemclass name. - Move the item
30pxdown and50pxleft.
index.html
index.css
- Move down by setting a positive value for the
topproperty. - Move left by setting a negative value for the
leftproperty.
index.html
index.css
すべて明確でしたか?
フィードバックありがとうございます!
セクション 2. 章 3
AIに質問する
AIに質問する
何でも質問するか、提案された質問の1つを試してチャットを始めてください
セクション 2. 章 3