diff --git a/index.php b/index.php
index 66dc028..8daef33 100644
--- a/index.php
+++ b/index.php
@@ -8,8 +8,23 @@
-
+
+
+
@@ -45,6 +60,8 @@ if(!empty($dossier));
}
?>
-↸ retourer là-haut !
+
\ No newline at end of file
diff --git a/style.css b/style.css
index 2a7b588..ef3de8a 100644
--- a/style.css
+++ b/style.css
@@ -17,7 +17,14 @@ div {
}
img {
- width: 600px;
+ max-width: 600px;
height: auto;
border-radius: 12px;
}
+
+#scrollUp {
+position: fixed;
+bottom : 10px;
+right: -100px;
+opacity: 0.5;
+}
\ No newline at end of file
diff --git a/top.png b/top.png
new file mode 100644
index 0000000..daec8c2
Binary files /dev/null and b/top.png differ