diff --git a/StylesCommentaire.Css b/StylesCommentaire.Css
index ef2d8f0..e6161d0 100644
--- a/StylesCommentaire.Css
+++ b/StylesCommentaire.Css
@@ -43,6 +43,7 @@ body {
.navigateur ul {
display: flex;
+ justify-content: left;
list-style: none;
padding: 0;
margin: 0;
@@ -57,13 +58,28 @@ body {
color: black;
font-weight: bold;
margin: 0 15px;
-}
+ }
-.navigateur a {
- text-decoration: none;
- color: black;
- font-weight: bold;
-}
+ .navigateur a {
+ text-decoration: none;
+ color: black;
+ font-weight: bold;
+ }
+
+ .navigateur button {
+ position: absolute;
+ left: 10px;
+ top: 3px;
+ width: 100px;
+ height: 30px;
+ background-color: #e169f4;
+ color: white;
+ border: red;
+ border-style:solid;
+ border-width: 2px;
+ border-color: #cf69e4;
+ cursor: pointer;
+ }
/* Contenu principal */
.contenuecommentaire {
@@ -150,15 +166,6 @@ form textarea {
background-color: deeppink;
}
-footer {
- text-align: center;
- padding: 10px;
- background-color: hotpink;
- color: white;
- margin-top: 20px;
- font-size: 16px;
-}
-
/*
@media (max-width: 768px) {
diff --git a/StylesProfil.css b/StylesProfil.css
index 8c1d692..407cad3 100644
--- a/StylesProfil.css
+++ b/StylesProfil.css
@@ -58,6 +58,21 @@ body {
font-weight: bold;
}
+ .navigateur button {
+ position: absolute;
+ left: 10px;
+ top: 3px;
+ width: 100px;
+ height: 30px;
+ background-color: #e169f4;
+ color: white;
+ border: red;
+ border-style:solid;
+ border-width: 2px;
+ border-color: #cf69e4;
+ cursor: pointer;
+ }
+
.contenueProfil {
background-color: white;
margin: 20px auto;
diff --git a/commentaire.html b/commentaire.html
index 3019a91..4f3f258 100644
--- a/commentaire.html
+++ b/commentaire.html
@@ -10,16 +10,17 @@
+
-
+
-
SKIBIDIBLOG
diff --git a/index.html b/index.html
index 3ed42f7..738488c 100644
--- a/index.html
+++ b/index.html
@@ -13,6 +13,7 @@