Skip to content

Changing Logo #1213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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