Update style.css
Browse files
style.css
CHANGED
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
/* ---------------------------
|
2 |
1. Fond en dégradé
|
3 |
----------------------------*/
|
|
|
1 |
+
/* En-têtes h1 centrés */
|
2 |
+
h1 {
|
3 |
+
text-align: center;
|
4 |
+
display: block;
|
5 |
+
}
|
6 |
+
|
7 |
+
|
8 |
/* ---------------------------
|
9 |
1. Fond en dégradé
|
10 |
----------------------------*/
|