diff --git a/about.html b/about.html index fa671a7..0c0c207 100644 --- a/about.html +++ b/about.html @@ -29,6 +29,7 @@
+ Bethany Rhodes

About Bethany

Meet Bethany Rhodes, the creative force behind the charming crochet shop known as WillowMeCreations. Born and raised in the picturesque state of Indiana, Bethany discovered her passion for crafting at @@ -53,7 +54,6 @@

For Bethany, WillowMeCreations is more than just a business; it's a reflection of her passion, creativity, and the warmth she wishes to share with the world.

- Bethany Rhodes
diff --git a/img/summer_news.jpg b/img/summer_news.jpg deleted file mode 100644 index d677768..0000000 Binary files a/img/summer_news.jpg and /dev/null differ diff --git a/img/summer_news.jpg~ b/img/summer_news.jpg~ deleted file mode 100644 index d677768..0000000 Binary files a/img/summer_news.jpg~ and /dev/null differ diff --git a/style.css b/style.css index 05e411c..9ed1db8 100644 --- a/style.css +++ b/style.css @@ -51,8 +51,9 @@ h1, h2, h3 { width: 150px; height: auto; margin-bottom: 20px; - border: 2px solid var(--box-bg-color); + border: 2px solid var(--background-color); box-shadow: 0 0 35px var(--background-color); + border-radius: 12px; } /* Navigation */ @@ -62,7 +63,7 @@ h1, h2, h3 { width: 600px; height: 50px; background-color: #4F5D2F; /* Slightly darker background */ - border-radius: 8px; + border-radius: 12px; font-size: 0; }