-
Notifications
You must be signed in to change notification settings - Fork 191
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
Issue #55 #259
base: master
Are you sure you want to change the base?
Issue #55 #259
Conversation
The custom style for an animated search bar in the nav has been added with proper comments.
@@ -89,6 +100,16 @@ | |||
<a class="dropdown-item" href="practicedsa.html">DSA Problems</a> | |||
|
|||
</div> | |||
<!--Placing the search bar as a list item--> | |||
<li class="searchbar"> | |||
<div class="searchbar"> |
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.
Use proper indentations.
Hello, @harikesh409 the branches that have conflicts, should have those codes added there, else the search bar won't work. Can you please elaborate on how I should resolve the above conflict?? |
hello, is there any update?? please help me to understand the issue being completely new, it is a little difficult, if you could help me I would really be grateful. |
You need to sync your forked repo with the new changes then you can get the updated and code and can merge the conflicts.
|
Description
Adding an animated search-bar in the navigation area
Please include a summary of the change and which issue is fixed.
Fixes # (issue)
I have updated the index.html and the style.css files for adding an animated search bar in the navigation are. My code has proper commenting done for the reader to understand. This is issue #55 that has been fixed.
List any dependencies that are required for this change
Type of change
How Has This Been Tested?
The added feature has been tested by running the code with the modifications made in a local-server and it works fine.
UI /UX changes
Attach gif or screenshot for changes.
Checklist: