aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/css/média_paginada/index.html
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:42:52 -0500
commit074785cea106179cb3305637055ab0a009ca74f2 (patch)
treee6ae371cccd642aa2b67f39752a2cdf1fd4eb040 /files/pt-pt/web/css/média_paginada/index.html
parentda78a9e329e272dedb2400b79a3bdeebff387d47 (diff)
downloadtranslated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.gz
translated-content-074785cea106179cb3305637055ab0a009ca74f2.tar.bz2
translated-content-074785cea106179cb3305637055ab0a009ca74f2.zip
initial commit
Diffstat (limited to 'files/pt-pt/web/css/média_paginada/index.html')
-rw-r--r--files/pt-pt/web/css/média_paginada/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/pt-pt/web/css/média_paginada/index.html b/files/pt-pt/web/css/média_paginada/index.html
new file mode 100644
index 0000000000..49df122031
--- /dev/null
+++ b/files/pt-pt/web/css/média_paginada/index.html
@@ -0,0 +1,19 @@
+---
+title: Média paginada
+slug: Web/CSS/Média_paginada
+tags:
+ - CSS
+ - CSS3
+ - Quebras de Página
+translation_of: Web/CSS/Paged_Media
+---
+<p>Paged media properties control the presentation of content for print or any other media that splits content into discrete pages. It allows you to set page breaks, control printable area, style left and right pages differently, and control breaks inside elements. Popularly supported properties include</p>
+
+<ul>
+ <li>{{ cssxref("page-break-before") }}</li>
+ <li>{{ cssxref("page-break-after") }}</li>
+ <li>{{ cssxref("page-break-inside") }}</li>
+ <li>{{ cssxref("orphans") }}</li>
+ <li>{{ cssxref("widows") }}</li>
+ <li>{{ cssxref("@page") }}</li>
+</ul>