aboutsummaryrefslogtreecommitdiff
path: root/files/zh-cn/web/css/border-bottom-left-radius/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/zh-cn/web/css/border-bottom-left-radius/index.html')
-rw-r--r--files/zh-cn/web/css/border-bottom-left-radius/index.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/files/zh-cn/web/css/border-bottom-left-radius/index.html b/files/zh-cn/web/css/border-bottom-left-radius/index.html
index 4f33b40f4c..38df1781cc 100644
--- a/files/zh-cn/web/css/border-bottom-left-radius/index.html
+++ b/files/zh-cn/web/css/border-bottom-left-radius/index.html
@@ -69,7 +69,7 @@ border-bottom-left-radius: inherit;
<tr>
<td style="padding: 1.5em;">
<div style="background-color: lightgreen; border: solid 1px black; border-bottom-left-radius: 40px 40px; width: 100px; height: 100px;">
- <div style="display: none;">.</div>
+ <div class="hidden">.</div>
</div>
</td>
<td>An arc of circle is used as the border
@@ -83,7 +83,7 @@ div {
<tr>
<td style="padding: 1.5em;">
<div style="background-color: lightgreen; border: solid 1px black; border-bottom-left-radius: 40px 20px; width: 100px; height: 100px;">
- <div style="display: none;">.</div>
+ <div class="hidden">.</div>
</div>
</td>
<td>An arc of ellipse is used as the border
@@ -97,7 +97,7 @@ div {
<tr>
<td style="padding: 1.5em;">
<div style="background-color: lightgreen; border: solid 1px black; border-bottom-left-radius: 40%; width: 100px; height: 100px;">
- <div style="display: none;">.</div>
+ <div class="hidden">.</div>
</div>
</td>
<td>The box is a square: an arc of circle is used as the border
@@ -111,7 +111,7 @@ div {
<tr>
<td style="padding: 1.5em;">
<div style="background-color: lightgreen; border: solid 1px black; border-bottom-left-radius: 40%; width: 100px; height: 200px;">
- <div style="display: none;">.</div>
+ <div class="hidden">.</div>
</div>
</td>
<td>The box is not a square: an arc of ellipse is used as the border
@@ -125,7 +125,7 @@ div {
<tr>
<td style="padding: 1.5em;">
<div style="border: black 3px double; border-bottom-left-radius: 40%; height: 100px; width: 100px; background-color: rgb(250,20,70); background-clip: content-box;">
- <div style="display: none;">.</div>
+ <div class="hidden">.</div>
</div>
</td>
<td>The background color is clipped at the border