diff options
author | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:24 +0100 |
---|---|---|
committer | Florian Merz <me@fiji-flo.de> | 2021-02-11 14:50:24 +0100 |
commit | 2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e (patch) | |
tree | 86ab4534d10092b293d4b7ab169fe1a8a2421bfa /files/pt-pt/web/css/média_paginada | |
parent | 8260a606c143e6b55a467edf017a56bdcd6cba7e (diff) | |
download | translated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.tar.gz translated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.tar.bz2 translated-content-2c2df5ea01eb5cd8b9ea226b2869337e59c5fe3e.zip |
unslug pt-pt: move
Diffstat (limited to 'files/pt-pt/web/css/média_paginada')
-rw-r--r-- | files/pt-pt/web/css/média_paginada/index.html | 19 |
1 files changed, 0 insertions, 19 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 deleted file mode 100644 index 49df122031..0000000000 --- a/files/pt-pt/web/css/média_paginada/index.html +++ /dev/null @@ -1,19 +0,0 @@ ---- -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> |