-
Notifications
You must be signed in to change notification settings - Fork 6
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
first commit for Edushare #29
base: main
Are you sure you want to change the base?
Conversation
❌ Deploy Preview for template-bhai failed.
|
</head> | ||
|
||
<body> | ||
<nav> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wrap the title and the navbar inside of a header tag. Have the title outside the <nav>
tag.
<img src="assets/Logo.svg" alt="Edushare Logo" class="edushare-logo"> | ||
<button class="sign-in-button">Sign In</button> | ||
<ul class="navbar-desktop"> | ||
<a href="#"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Have the <li>
tag wrap around the anchor tag.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, add a tiny horizontal margin or gap between links.
On a general note, the HTML and CSS look unformatted in places, so make sure to run prettier in your code. |
This PR adds the E-learning template.