From 9754eb0909a8afe6e1d4350e8629154df3266953 Mon Sep 17 00:00:00 2001 From: Tristan Smith Date: Sun, 10 Dec 2023 18:41:36 -0500 Subject: [PATCH] logo update --- about.html | 3 ++- contact.html | 3 ++- index.html | 3 ++- news.html | 3 ++- products.html | 3 ++- style.css | 8 +++++++- 6 files changed, 17 insertions(+), 6 deletions(-) diff --git a/about.html b/about.html index 0b65288..5bdd43d 100644 --- a/about.html +++ b/about.html @@ -11,7 +11,8 @@
-

Willow Me Creations

+ +
Home diff --git a/contact.html b/contact.html index 0f6a5b4..d069346 100644 --- a/contact.html +++ b/contact.html @@ -11,7 +11,8 @@
-

Willow Me Creations

+ +
Home diff --git a/index.html b/index.html index fdb69ca..7b221cd 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,8 @@
-

Willow Me Creations

+ +
Home diff --git a/news.html b/news.html index 5e42d06..394491c 100644 --- a/news.html +++ b/news.html @@ -11,7 +11,8 @@
-

Willow Me Creations

+ +
Home diff --git a/products.html b/products.html index 20f357f..b741d4c 100644 --- a/products.html +++ b/products.html @@ -11,7 +11,8 @@
-

Willow Me Creations

+ +
Home diff --git a/style.css b/style.css index 5d61adf..0fbd1c5 100644 --- a/style.css +++ b/style.css @@ -78,6 +78,12 @@ a:hover { margin: 0 auto; } +.logo { + width: 200px; + height: 200px; + margin: 0 auto; +} + .container { display: flex; padding: 50px; @@ -115,7 +121,7 @@ a:hover { /* Add box shadow to header and footer */ -.header, .footer { +.footer { box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }