From 2462ed49f33a46026f8ad1de28d33301ee14832b Mon Sep 17 00:00:00 2001 From: viggo111 <35125533+viggo111@users.noreply.github.com> Date: Thu, 27 Dec 2018 08:20:44 +0800 Subject: [PATCH] =?UTF-8?q?Modify=20translation=20errors=20"localeTitle:?= =?UTF-8?q?=20=E8=BE=B9=E5=A2=83=E8=B4=A2=E4=BA=A7"=20(#21337)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit "边境财产" to ”边框属性“; --- guide/chinese/css/borders/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/guide/chinese/css/borders/index.md b/guide/chinese/css/borders/index.md index 76b238eb64e..c83116c2544 100644 --- a/guide/chinese/css/borders/index.md +++ b/guide/chinese/css/borders/index.md @@ -1,14 +1,14 @@ --- title: Border Property -localeTitle: 边境财产 +localeTitle: 边框属性 --- -## 边境财产 +## 边框属性 ## CSS边框 我们个人最喜欢的CSS属性允许您完全自定义HTML元素周围出现的边框。使用HTML,过去不可能在元素周围放置边框,除了表格。与HTML的过时方法相比,CSS Borders可以让您创建清晰,自定义的边框样式,而且工作量很少。 -`border`简写属性在一个声明中设置所有边框属性。 \`\`\`CSS 边框:1px solid#000; +`border`简写属性在一个声明中设置所有边框属性。 \`\`\`CSS 边框:1px solid #000; ``` The properties that can be set, are (in order): 1. `border-style` @@ -113,4 +113,4 @@ p { border: 20px outset blue; } h4 { border: 5px solid; } h5 { border: dotted; } * 'border-spacing' - 这可以设置文本和边框之间的间距。 * 'border-image' - 将图像设置为边框。 -浏览器支持:IE6 + \ No newline at end of file +浏览器支持:IE6 +