LinkedIn CSS Skill Assessment Quiz Answers

Which CSS properties can you use to create a rounded corner on just the top-left and top-right corners of an element?

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

Which CSS properties can you use to create a rounded corner on just the top-left and top-right corners of an element?

A. border-radius: 10px 10px 0 0;
B. border-top-left-radius: 10px; and border-top-right-radius: 10px;
C. border-radius: 10px 0;
D. border-top-radius: 10px;
  1.  A and C
  2.  C and D
  3.  B and C
  4.  A and B

Correct Answer:

  •  A and B

Latest Updates

No posts found in this category.