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); }