-
Notifications
You must be signed in to change notification settings - Fork 16
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
Week 1 Git Homework Submission - Suman #54
base: main
Are you sure you want to change the base?
Week 1 Git Homework Submission - Suman #54
Conversation
Co-authored-by: Y. Vasilev <52400967+jason-vasilev@users.noreply.github.com>
Co-authored-by: Y. Vasilev <52400967+jason-vasilev@users.noreply.github.com>
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.
Hi Suman.
You still have some complex tag selectors as nav ul li a
that could be replaced with class names. At another place, you've added the .primary-button
class to a <button>
but you never set the class in your CSS file. Please, have another go at it, if you find the time. Then you can also delete the comments like <!--Removed <hr class="order_line"> as per Yasen's suggestion -->
.
PS. remember to open PRs towards your own repository instead of the HackYourFuture one, please.
Week 1 Git Homework Submission - Suman