aboutsummaryrefslogtreecommitdiff
path: root/files/pt-pt/web/css/média_paginada/index.html
blob: 49df1220319d67fd97240194cee7b6f4dc61baf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>