LinkedIn CSS Skill Assessment Quiz Answers

Which code would you use to absolutely position an element of the logo class?

Latest Update on 13th March, 2022 by Certification Course Answers

Which code would you use to absolutely position an element of the logo class?

  1.  .logo { position: absolute; left: 100px; top: 150px; }
  2.  .logo { position: absolute; margin-left: 100px; margin-top: 150px; }
  3.  .logo { position: absolute; padding-left: 100px; padding-top: 150px; }
  4.  .logo { position: absolute; left-padding: 100px; top-padding: 150px; }

Correct Answer:

  •  .logo { position: absolute; left: 100px; top: 150px; }

Latest Updates

No posts found in this category.