Skip to content

Commit

Permalink
update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
Akilalochana committed Jun 20, 2024
1 parent 2bab1f0 commit fe708d1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 9 deletions.
19 changes: 10 additions & 9 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,18 @@
</head>
<body>
<header>
<img src="photo_2024-06-15_22-20-21.jpg" alt="Sasnara's Logo" class="logo">
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="#tutorial">Tutorial</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>
<img src="photo_2024-01-16_18-23-41.jpg" alt="Sasnara's Logo" class="logo">
<h1>Sasnara's Birthday Card Craft</h1>
</header>
<nav>
<ul>
<li><a href="#home">Home</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="#tutorial">Tutorial</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</nav>

<main>
<section id="home">
<h2>Welcome to Sasnara's Birthday Card Craft!</h2>
Expand Down
Binary file added photo_2024-01-16_18-23-41.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ header {
margin: 0 auto 10px auto;
width: 150px; /* Adjust size as needed */
height: auto;
margin-left: 200px;
}

nav {
Expand Down Expand Up @@ -127,3 +128,6 @@ form input, form textarea {
body {
padding-bottom: 100px; /* Avoid footer overlap */
}
h1{
margin-top: -100px;
}

0 comments on commit fe708d1

Please sign in to comment.