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)- A2% (1)
- B10% (6)
- C83% (50)
- D5% (3)
Community Discussion
No community discussion yet for this question.