diff --git a/public/assets/css/index.css b/public/assets/css/index.css index 87d5817..ed8345f 100644 --- a/public/assets/css/index.css +++ b/public/assets/css/index.css @@ -55,6 +55,10 @@ strong { text-decoration: none; } +#index-log { + background-color: #f5e6e8; +} + @media only screen and (max-width: 375px) { #title { diff --git a/src/View/Front/index.html.twig b/src/View/Front/index.html.twig index ec3c82e..06e297a 100644 --- a/src/View/Front/index.html.twig +++ b/src/View/Front/index.html.twig @@ -21,50 +21,60 @@ Je crée mon bouquet - -
-

Nos bouquets

-
- {% for bouquet in bouquets %} -
- -
-
- -
-
-

{{ bouquet.nom }}

-
+ +
+

Nos bouquets

+
+ {% for bouquet in bouquets %} +
+ + - -
+
+ {% endfor %} +
+ +
+
+
+

Vous avez déjà un compte ?

+ Connexion +
+
+

Pas encore de compte ?

+ Inscrivez-vous +
+
{% endblock %}