To create a border that has rounded corners, you would use the border-radius: ________; property.
- border-curve
- border-round
- curve
- round
The correct answer is round. The border-radius property in CSS is used to create rounded corners for an element's border. Setting it to round will ensure that the corners are rounded, providing a softer and more aesthetically pleasing look.
Loading...
Related Quiz
- When optimizing for SEO, it's important to balance the number of font variations loaded, as each variation adds an additional ________ request.
- What is the primary goal of the OOCSS (Object-Oriented CSS) methodology?
- How can you specify a fallback font if the primary font fails to load?
- When creating a cut-out text effect using shadows, the ________ property is essential to hide the original text color.
- When setting borders in CSS, the shorthand property order is border: ________ ________ ________; for width, style, and color, respectively.