aboutsummaryrefslogtreecommitdiff
path: root/files/fr/learn/css/howto/create_fancy_boxes
diff options
context:
space:
mode:
authorFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:30 +0100
committerFlorian Merz <me@fiji-flo.de>2021-02-11 12:36:30 +0100
commit7766d67593cf81cc5d15a77b6dcad98d1b98f6aa (patch)
tree004e031fc47a2ed576e83000b7ef08f9355459f4 /files/fr/learn/css/howto/create_fancy_boxes
parent39f2114f9797eb51994966c6bb8ff1814c9a4da8 (diff)
downloadtranslated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.gz
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.tar.bz2
translated-content-7766d67593cf81cc5d15a77b6dcad98d1b98f6aa.zip
unslug fr: modify
Diffstat (limited to 'files/fr/learn/css/howto/create_fancy_boxes')
-rw-r--r--files/fr/learn/css/howto/create_fancy_boxes/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/fr/learn/css/howto/create_fancy_boxes/index.html b/files/fr/learn/css/howto/create_fancy_boxes/index.html
index 8e6fdc1761..dd242c62a3 100644
--- a/files/fr/learn/css/howto/create_fancy_boxes/index.html
+++ b/files/fr/learn/css/howto/create_fancy_boxes/index.html
@@ -1,11 +1,12 @@
---
title: Créer de belles boîtes
-slug: Apprendre/CSS/Comment/Créer_de_belles_boîtes
+slug: Learn/CSS/Howto/create_fancy_boxes
tags:
- Apprendre
- CSS
- Débutant
translation_of: Learn/CSS/Howto/create_fancy_boxes
+original_slug: Apprendre/CSS/Comment/Créer_de_belles_boîtes
---
<p class="summary">Les boîtes CSS sont des blocs de base pour la construction des pages web. Créer des boîtes agréables à regarder est un défi complexe et intéressant. C'est un défi intéressant parce qu'on peut implémenter une idée de concept, de design, grâce à du code qui fonctionne. C'est un défi complexe car CSS possède à la fois plein de contraintes et de libertés. Dans cet article, nous allons voir de quoi il en retourne en dessinant quelques belles boîtes.</p>