-
-
-
diff --git a/memoires/m4/img_1.jpeg b/memoires/m4/img_1.jpeg
new file mode 100644
index 0000000..e6ea486
Binary files /dev/null and b/memoires/m4/img_1.jpeg differ
diff --git a/memoires/m4/img_2.jpeg b/memoires/m4/img_2.jpeg
new file mode 100644
index 0000000..ae9d6f6
Binary files /dev/null and b/memoires/m4/img_2.jpeg differ
diff --git a/memoires/m4/img_3.jpeg b/memoires/m4/img_3.jpeg
new file mode 100644
index 0000000..26540fd
Binary files /dev/null and b/memoires/m4/img_3.jpeg differ
diff --git a/memoires/memoire_4.jpeg b/memoires/memoire_4.jpeg
new file mode 100644
index 0000000..fc353e9
Binary files /dev/null and b/memoires/memoire_4.jpeg differ
diff --git a/style.css b/style.css
index f4d84e3..3673129 100644
--- a/style.css
+++ b/style.css
@@ -153,14 +153,20 @@
/* CONTENUS DE LA PAGE */
#page_content {
position: relative;
+ /* display: inline;
+ float: none; */
top: 15vh;
- max-width: 100ch;
+ max-width: 80ch;
padding: 3em 1em;
margin: auto;
line-height: 1.75;
font-size: 1.25em;
}
+ #page_content .memoire {
+ margin: 0 auto;
+ }
+
input:active {
border-color: rgba(77, 168, 112, 1);
@@ -287,7 +293,32 @@
color: rgba(77, 168, 112, 1);
}
- .list hr{
+ .list hr {
color: #c104fc;
width: 50%;
+ }
+
+ /* ITEM PAGE */
+
+ .cover {
+ position: relative;
+ width: 100%;
+ }
+
+ embed {
+ display: inherit;
+ width: 800px;
+ height: 700px;
+ /* max-height: 800px ; */
+ position: relative;
+ margin: 0 auto; /* margin-left: 10%; */
+ padding: 0.2rem;
+ border-color: #c104fc;
+ border-style: solid;
+ border-radius: 16px;
+ }
+
+ .memoire img {
+ max-width: 40%;
+ margin: 0.5rem;
}
\ No newline at end of file