aboutsummaryrefslogtreecommitdiff
path: root/files/fr/web/css/css_device_adaptation/index.html
blob: 6cc6189902ea7b157c5e061f7b0308b48686ccfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
---
title: CSS Device Adaptation
slug: Web/CSS/CSS_Device_Adaptation
tags:
  - CSS
  - Reference
translation_of: Web/CSS/CSS_Device_Adaptation
---
<div>{{CSSRef}}</div>

<p><strong>CSS Device Adapation</strong> est un module CSS qui permet de définir les dimensions, le facteur d'agrandissement et l'orientation de la zone d'affichage (<em>viewport</em>).</p>

<h2 id="Référence">Référence</h2>

<h3 id="Règles">Règles @</h3>

<div class="index">
<ul>
 <li>{{cssxref("@viewport")}}</li>
</ul>
</div>

<h2 id="Spécifications">Spécifications</h2>

<table class="standard-table">
 <thead>
  <tr>
   <th scope="col">Spécification</th>
   <th scope="col">État</th>
   <th scope="col">Commentaires</th>
  </tr>
 </thead>
 <tbody>
  <tr>
   <td>{{SpecName("CSS3 Device")}}</td>
   <td>{{Spec2("CSS3 Device")}}</td>
   <td>Définition initiale.</td>
  </tr>
 </tbody>
</table>

<h2 id="Compatibilité_des_navigateurs">Compatibilité des navigateurs</h2>

<h3 id="viewport"><code>@viewport</code></h3>

<div class="hidden">Le tableau de compatibilité de cette page a été généré à partir de données structurées. Si vous souhaitez contribuer à ces données, n'hésitez pas à consulter <a href="https://github.com/mdn/browser-compat-data">https://github.com/mdn/browser-compat-data</a> et à nous envoyer une <em>pull request</em>.</div>

<p>{{Compat("css.at-rules.viewport")}}</p>