chore(i18n,curriculum): update translations (#43267)
This commit is contained in:
@ -15,7 +15,7 @@ dashedName: add-rounded-corners-with-border-radius
|
||||
|
||||
`border-radius` 的属性值单位可以是 px(像素)。 请将猫咪图片 `border-radius` 的属性值设置为 `10px`。
|
||||
|
||||
**注意:**这个挑战有多个解决方法。 例如,添加 `border-radius` 属性到 `.thick-green-border` 或 `.smaller-image` 都是可行的。
|
||||
**注意:** 这个挑战有多个解决方法。 例如,添加 `border-radius` 属性到 `.thick-green-border` 或 `.smaller-image` 都是可行的。
|
||||
|
||||
# --hints--
|
||||
|
||||
|
@ -11,7 +11,7 @@ dashedName: attach-a-fallback-value-to-a-css-variable
|
||||
|
||||
使用变量来作为 CSS 属性值的时候,可以设置一个备用值来防止由于某些原因导致变量不生效的情况。
|
||||
|
||||
**注意:**备用值不是用于增强浏览器的兼容性,它也不适用于 IE 浏览器。 相反,它是用来让浏览器在找不到你的变量时可以显示一种颜色。
|
||||
**注意:** 备用值不是用于增强浏览器的兼容性,它也不适用于 IE 浏览器。 相反,它是用来让浏览器在找不到你的变量时可以显示一种颜色。
|
||||
|
||||
下面是操作方式:
|
||||
|
||||
|
Reference in New Issue
Block a user