From 78c9d31c134818d9998509d87db95a5322728c7e Mon Sep 17 00:00:00 2001 From: anto Date: Thu, 24 Oct 2024 17:35:36 +0200 Subject: [PATCH] test --- css/style.css | 26 ++++++++++++--- html/projet_detail.html | 70 +++++++++++++++++++---------------------- index.html | 1 + 3 files changed, 55 insertions(+), 42 deletions(-) diff --git a/css/style.css b/css/style.css index 275d95f..5341ccc 100644 --- a/css/style.css +++ b/css/style.css @@ -1,10 +1,26 @@ main { - flex: 1 0 auto; + flex: 1 0 auto; } - footer { - text-align: center; - position: fixed; - bottom: 0; + text-align: center; + position: fixed; + bottom: 0; } + +.row { + margin-top: 20px; + display: flex; + justify-content: space-between; +} + +.col-md-6 { + flex: 0 0 50%; + max-width: 50%; +} + +.col-md-12 { + flex: 0 0 100%; + max-width: 100%; +} + diff --git a/html/projet_detail.html b/html/projet_detail.html index 71ebbd8..589d1fd 100644 --- a/html/projet_detail.html +++ b/html/projet_detail.html @@ -19,47 +19,43 @@
-
-
- +
+
+
+ +
+

+
+
+
+
+ + + + + + + + + +
dateHygrométrietempérature
+
+
+ + + + + + + +
images
-

- - - - - - - - - -
dateHygrométrietempérature
-
- Description of the image + Description of the image

© 2024 Timelapse. All rights reserved.

diff --git a/index.html b/index.html index bdab617..f621dc5 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,7 @@
+