diff --git a/project/.htaccess b/project/.htaccess
index e84c0e2..4b137e4 100755
--- a/project/.htaccess
+++ b/project/.htaccess
@@ -36,26 +36,26 @@ Options All -Indexes
# lorsque qu'une url va correspondre a un fichier finissant par .php ou .html on interdit l'acces (retourne une erreur 403 (ensuite geré par notre ligne plus haut))
- # Order Allow,Deny
- # Deny from all
+ Order Allow,Deny
+ Deny from all
- Require all denied
+ # Require all denied
# on donne l'autorisation d'acceder au fichier handler.php (sinon le site ne sera pas foncitonnel)
- # Order Allow,Deny
- # Allow from all
+ Order Allow,Deny
+ Allow from all
- Require all granted
+ # Require all granted
# on donne acces au fichiers webmanifest et svg
- # Order Allow,Deny
- # Allow from all
+ Order Allow,Deny
+ Allow from all
- Require all granted
+ # Require all granted
# si le serveur apache a le module mod_deflate.c
diff --git a/project/assets/css/style.css b/project/assets/css/style.css
index 4cef3a1..31353c8 100755
--- a/project/assets/css/style.css
+++ b/project/assets/css/style.css
@@ -289,16 +289,17 @@ input {outline: none}
/* -----------------------------------------------------
* Posts
* ----------------------------------------------------- */
-
.bloc-post{
width: 69%;
- height: 500px;
margin-top: 70px;
- background-color: white;
+ box-shadow: 1px 1px 30px 1px lightgrey;
background-position: center;
background-size: cover;
- box-shadow: 1px 1px 30px 1px lightgrey;
display: inline-block;
+ }
+ .container-post{
+ /* height: 500px; */
+ background-color: white;
padding: 45px;
}
@@ -319,6 +320,8 @@ input {outline: none}
}
.credit{
background-color: #110230;
+ color:white;
+ padding: 45px;
}
.fullFooter{
diff --git a/project/assets/html/includes/footer.html b/project/assets/html/includes/footer.html
index 612f1c1..2e9414e 100755
--- a/project/assets/html/includes/footer.html
+++ b/project/assets/html/includes/footer.html
@@ -8,7 +8,7 @@
-
+