Skip to content

Commit

Permalink
Changing Logo
Browse files Browse the repository at this point in the history
  • Loading branch information
sharvari-09 committed Nov 7, 2024
1 parent 0745cc3 commit 659d5f3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
Binary file added CanvasEditor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 14 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -209,11 +209,16 @@
align-items: center;
padding-bottom: 50px;
}
.navbar h1 {
color: rgb(126, 36, 36);
margin: 0px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 30px;

.logo {
display: flex;
align-items: center;
margin-right: 20px;
}

.logo img {
width: 320px;
height: 50px;
}

.nav-links {
Expand Down Expand Up @@ -449,8 +454,11 @@
</div>
<div class="main-content">
<nav class="navbar">
<div class="logo">
<img src="CanvasEditor.png" alt="Logo">
</div>
<div class="nav-links">
<h1 class="canvas">Canvas Editor</h1>

<a href="index.html">Home</a>
<a href="about-us.html">About Us</a>
<a href="review.html">Review</a>
Expand Down

0 comments on commit 659d5f3

Please sign in to comment.