From 7b08a47f940da18593924427c6b5b2e6a845e437 Mon Sep 17 00:00:00 2001
From: cameramanpov <150467772+cameramanpov@users.noreply.github.com>
Date: Sun, 21 Jan 2024 10:33:20 +0100
Subject: [PATCH] Update index.html
---
index.html | 43 +++++++++++++++++++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/index.html b/index.html
index aabc7fd..a085729 100644
--- a/index.html
+++ b/index.html
@@ -5,6 +5,49 @@
Document
+ body {
+ font-family: 'Arial', sans-serif;
+ background-color: #f4f4f4;
+ color: #333;
+ margin: 0;
+ padding: 0;
+ text-align: center;
+ }
+
+ header {
+ background-color: #4CAF50;
+ padding: 10px;
+ text-align: center;
+ color: white;
+ font-size: 24px;
+ }
+
+ section {
+ padding: 20px;
+ }
+
+ footer {
+ background-color: #333;
+ color: white;
+ padding: 10px;
+ text-align: center;
+ position: fixed;
+ bottom: 0;
+ width: 100%;
+ }
+
+ h7 {
+ font-size: 0.5em; /* Ajustez la taille de la police selon vos besoins */
+ color: #333; /* Couleur du texte */
+ /* Ajoutez d'autres styles selon vos préférences */
+ }
+
+ h8 {
+ font-size: 0.05em;
+ }
+
+ h9 {
+ font-size: 0.001em;
mon test