logo update

This commit is contained in:
Tristan Smith 2023-12-10 18:41:36 -05:00
parent a07b3252d5
commit 9754eb0909
6 changed files with 17 additions and 6 deletions

View file

@ -11,7 +11,8 @@
<div class="container"> <div class="container">
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button> <button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
<div class="header"> <div class="header">
<h1>Willow Me Creations</h1> <!-- <h1>Willow Me Creations</h1> -->
<img src="img/logo.png" alt="WillowMeCreations logo" class="logo">
</div> </div>
<div class="topnav"> <div class="topnav">
<a href="index.html">Home</a> <a href="index.html">Home</a>

View file

@ -11,7 +11,8 @@
<div class="container"> <div class="container">
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button> <button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
<div class="header"> <div class="header">
<h1>Willow Me Creations</h1> <!-- <h1>Willow Me Creations</h1> -->
<img src="img/logo.png" alt="WillowMeCreations logo" class="logo">
</div> </div>
<div class="topnav"> <div class="topnav">
<a href="index.html">Home</a> <a href="index.html">Home</a>

View file

@ -12,7 +12,8 @@
<div class="container"> <div class="container">
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button> <button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
<div class="header"> <div class="header">
<h1>Willow Me Creations</h1> <!-- <h1>Willow Me Creations</h1> -->
<img src="img/logo.png" alt="WillowMeCreations logo" class="logo">
</div> </div>
<div class="topnav"> <div class="topnav">
<a href="index.html">Home</a> <a href="index.html">Home</a>

View file

@ -11,7 +11,8 @@
<div class="container"> <div class="container">
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button> <button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
<div class="header"> <div class="header">
<h1>Willow Me Creations</h1> <!-- <h1>Willow Me Creations</h1> -->
<img src="img/logo.png" alt="WillowMeCreations logo" class="logo">
</div> </div>
<div class="topnav"> <div class="topnav">
<a href="index.html">Home</a> <a href="index.html">Home</a>

View file

@ -11,7 +11,8 @@
<div class="container"> <div class="container">
<button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button> <button onclick="topFunction()" id="myBtn" title="Go to top">Go to top</button>
<div class="header"> <div class="header">
<h1>Willow Me Creations</h1> <!-- <h1>Willow Me Creations</h1> -->
<img src="img/logo.png" alt="WillowMeCreations logo" class="logo">
</div> </div>
<div class="topnav"> <div class="topnav">
<a href="index.html">Home</a> <a href="index.html">Home</a>

View file

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