diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/assets/css/menu.css b/assets/css/menu.css index 3f3217e..64d8483 100644 --- a/assets/css/menu.css +++ b/assets/css/menu.css @@ -268,6 +268,10 @@ header::before { transition: 0.3s; } +.destination__rating span a{ + color: var(--white); +} + .destination__card:hover .destination__rating { background-color: var(--primary-color-dark); } diff --git a/assets/css/styles.css b/assets/css/styles.css index 92629a0..c2b22ac 100644 --- a/assets/css/styles.css +++ b/assets/css/styles.css @@ -267,6 +267,14 @@ header::before { transition: 0.3s; } +.destination__rating span a { + color: var(--white); +} + +.client__rating a { + color: #ffffff; +} + .destination__card:hover .destination__rating { background-color: var(--primary-color-dark); } diff --git a/assets/image/BLESS.webp b/assets/image/BLESS.webp new file mode 100644 index 0000000..cd466fa Binary files /dev/null and b/assets/image/BLESS.webp differ diff --git a/assets/image/ELIZABETH.webp b/assets/image/ELIZABETH.webp new file mode 100644 index 0000000..c9518b7 Binary files /dev/null and b/assets/image/ELIZABETH.webp differ diff --git a/assets/image/JIT.webp b/assets/image/JIT.webp new file mode 100644 index 0000000..45ab0f6 Binary files /dev/null and b/assets/image/JIT.webp differ diff --git a/assets/image/SEPHORA.webp b/assets/image/SEPHORA.webp new file mode 100644 index 0000000..cd9a12a Binary files /dev/null and b/assets/image/SEPHORA.webp differ diff --git a/assets/image/logo.ico b/assets/image/logo.ico new file mode 100644 index 0000000..b84af28 Binary files /dev/null and b/assets/image/logo.ico differ diff --git a/index.html b/index.html index fbba325..e85f67d 100644 --- a/index.html +++ b/index.html @@ -4,6 +4,7 @@ + @@ -14,7 +15,7 @@ + +
@@ -53,6 +62,8 @@

Découvrez nos burgers et boissons, préparés avec passion.

+ +

Nos Burger

Des burgers préparés avec des ingrédients frais et de qualité. Que vous soyez @@ -100,6 +111,10 @@

Veggie Delight

+ + + +

Nos Boissons

Accompagnez votre burger d'une boisson rafraîchissante.

@@ -154,7 +169,7 @@

Bières et Cocktails

-->
- + + + + + + \ No newline at end of file