diff options
Diffstat (limited to 'files/es/web/css/border-bottom-left-radius/index.html')
-rw-r--r-- | files/es/web/css/border-bottom-left-radius/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/files/es/web/css/border-bottom-left-radius/index.html b/files/es/web/css/border-bottom-left-radius/index.html index 7290aa56c1..ec7a099916 100644 --- a/files/es/web/css/border-bottom-left-radius/index.html +++ b/files/es/web/css/border-bottom-left-radius/index.html @@ -73,7 +73,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>Un arco de círculo usado como borde @@ -87,7 +87,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>Un arco de elipse usado como borde @@ -101,7 +101,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>La caja es un cuadro: un arco de círculo es usado como borde @@ -115,7 +115,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>La caja no es un círculo: un arco de elipse es usado como borde @@ -129,7 +129,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>El color de fondo está delimitado al borde |