nerdexam
Microsoft

98-375 · Question #85

Which CSS3 code fragment rounds the corners of a border?

The correct answer is C. border-radius: 50px. See the full explanation below for the reasoning.

Question

Which CSS3 code fragment rounds the corners of a border?

Options

  • Aborder-image: 50px;
  • Bborder-clip: 50px concave;
  • Cborder-radius: 50px;
  • Dborder-clip: 50px;

How the community answered

(60 responses)
  • A
    2% (1)
  • B
    10% (6)
  • C
    83% (50)
  • D
    5% (3)

Community Discussion

No community discussion yet for this question.

Full 98-375 Practice