fix: update image border lecture multiple choice question (#57483)

This commit is contained in:
Kristofer Koishigawa
2024-12-12 17:23:02 +09:00
committed by GitHub
parent 31ab782280
commit cd6a5f82b7
@@ -102,35 +102,35 @@ Consider which property specifically targets one side of an element's border.
## --text--
What's a potential advantage of using `box-shadow` to create a border effect instead of the `border` property?
Which CSS property would you use to round the corners of a border?
## --answers--
It's more widely supported by browsers.
`border-style`
### --feedback--
Think about the flexibility of box-shadow and how it can be used to layer multiple effects.
Think of a word related to a circle or curve.
---
It allows for multiple "borders" with a single property.
`border-radius`
---
It's more performant.
`border-spacing`
### --feedback--
Think about the flexibility of box-shadow and how it can be used to layer multiple effects.
Think of a word related to a circle or curve.
---
It can create gradients without additional properties.
`border-bottom`
### --feedback--
Think about the flexibility of box-shadow and how it can be used to layer multiple effects.
Think of a word related to a circle or curve.
## --video-solution--