aboutsummaryrefslogtreecommitdiff
path: root/files/ca/web/css/padding-bottom/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ca/web/css/padding-bottom/index.html')
-rw-r--r--files/ca/web/css/padding-bottom/index.html149
1 files changed, 0 insertions, 149 deletions
diff --git a/files/ca/web/css/padding-bottom/index.html b/files/ca/web/css/padding-bottom/index.html
deleted file mode 100644
index 42160ee7f5..0000000000
--- a/files/ca/web/css/padding-bottom/index.html
+++ /dev/null
@@ -1,149 +0,0 @@
----
-title: padding-bottom
-slug: Web/CSS/padding-bottom
-tags:
- - CSS
- - CSS Padding
- - CSS Property
- - Reference
-translation_of: Web/CSS/padding-bottom
----
-<div>{{CSSRef}}</div>
-
-<p>La propietat <a href="/en/CSS" title="CSS">CSS</a> <strong><code>padding-bottom</code></strong> estableix l'alçada de l'àrea de farcit a la part inferior d'un element. A diferència dels marges, no es permeten valors negatius per al farcit. La propietat abreujada {{cssxref("padding")}} es pot utilitzar per establir farcits als quatre costats d'un element amb una sola declaració.</p>
-
-<pre class="brush:css no-line-numbers">/* &lt;length&gt; values */
-padding-bottom: 0.5em;
-padding-bottom: 0;
-padding-bottom: 2cm;
-
-/* &lt;percentage&gt; value */
-padding-bottom: 10%;
-
-/* Global values */
-padding-bottom: inherit;
-padding-bottom: initial;
-padding-bottom: unset;
-</pre>
-
-<p>L'<a href="/en/CSS/box_model#padding-area" title="http://developer.mozilla.org/en/CSS/Box_model#padding">àrea de farcit</a> <span id="result_box" lang="ca"><span>d'un element és l'espai entre el seu contingut i la seva vora.</span></span></p>
-
-<p><img alt="The effect of the CSS padding-bottom property on the element box" src="/files/4109/padding-bottom.svg" style="border-style: solid; border-width: 1px; display: block; margin: 0px auto;"></p>
-
-<p>{{cssinfo}}</p>
-
-<h2 id="Sintaxi">Sintaxi</h2>
-
-<h3 id="Valors">Valors</h3>
-
-<dl>
- <dt>{{cssxref("length")}}</dt>
- <dd>La grandària del farcit com a valor fix. Ha de ser no negatiu.</dd>
- <dt>{{cssxref("percentage")}}</dt>
- <dd>La grandària del farcit com a percentatge, en relació amb l'<em>amplada</em> del bloc contenidor. Ha de ser no negatiu.</dd>
-</dl>
-
-<h3 id="Sintaxi_formal">Sintaxi formal</h3>
-
-{{csssyntax}}
-
-<h2 id="Exemples">Exemples</h2>
-
-<pre class="eval">.content { padding-bottom: 5%; }
-.sidebox { padding-bottom: 10px; }
-</pre>
-
-<h2 id="Especificacions">Especificacions</h2>
-
-<table class="standard-table">
- <thead>
- <tr>
- <th scope="col">Especificació</th>
- <th scope="col">Estat</th>
- <th scope="col">Comentari</th>
- </tr>
- </thead>
- <tbody>
- <tr>
- <td>{{ SpecName('CSS3 Box', '#the-padding', 'padding-bottom') }}</td>
- <td>{{ Spec2('CSS3 Box') }}</td>
- <td><span class="short_text" id="result_box" lang="ca"><span>No hi ha cap canvi</span></span> des de {{ SpecName('CSS2.1', 'box.html#padding-properties', 'padding-bottom') }}.</td>
- </tr>
- <tr>
- <td>{{ SpecName('CSS3 Transitions', '#animatable-css', 'padding-bottom') }}</td>
- <td>{{ Spec2('CSS3 Transitions') }}</td>
- <td>Defineix <code>padding-bottom</code> como animable.</td>
- </tr>
- <tr>
- <td>{{ SpecName('CSS2.1', 'box.html#padding-properties', 'padding-bottom') }}</td>
- <td>{{ Spec2('CSS2.1') }}</td>
- <td><span class="short_text" id="result_box" lang="ca"><span>No hi ha cap canvi</span></span> des de {{ Specname('CSS1', '#padding-bottom', 'padding-bottom') }}.</td>
- </tr>
- <tr>
- <td>{{ Specname('CSS1', '#padding-bottom', 'padding-bottom') }}</td>
- <td>{{ Spec2('CSS1') }}</td>
- <td>Definició inicial.</td>
- </tr>
- </tbody>
-</table>
-
-<h2 id="Navegadors_compatibles">Navegadors compatibles</h2>
-
-<p>{{CompatibilityTable}}</p>
-
-<div id="compat-desktop">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Descripció</th>
- <th>Chrome</th>
- <th>Edge</th>
- <th>Firefox (Gecko)</th>
- <th>Internet Explorer</th>
- <th>Opera</th>
- <th>Safari (WebKit)</th>
- </tr>
- <tr>
- <td>Suport bàsic</td>
- <td>1.0</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>1.0 (1.0)</td>
- <td>4.0</td>
- <td>3.5</td>
- <td>1.0 (85)</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<div id="compat-mobile">
-<table class="compat-table">
- <tbody>
- <tr>
- <th>Descripció</th>
- <th>Android</th>
- <th>Edge</th>
- <th>Firefox Mobile (Gecko)</th>
- <th>IE Phone</th>
- <th>Opera Mobile</th>
- <th>Safari Mobile</th>
- </tr>
- <tr>
- <td>Suport bàsic</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{CompatVersionUnknown}}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- <td>{{ CompatUnknown() }}</td>
- </tr>
- </tbody>
-</table>
-</div>
-
-<h2 id="Vegeu_també">Vegeu també</h2>
-
-<ul>
- <li><a class="internal" href="/en/CSS/box_model" title="en/CSS/box model">Model de caixa CSS</a></li>
- <li>La propietat abreujada {{cssxref("padding")}} es pot utilitzar per establir el farcit en els quatre costats d'un element amb una sola declaració: {{cssxref("padding-top")}}, {{cssxref("padding-right")}}, <code>padding-bottom</code> i {{cssxref("padding-left")}}.</li>
-</ul>